|
172 | 172 | # further. For a list of options available for each theme, see the |
173 | 173 | # documentation. |
174 | 174 | html_theme_options= { |
| 175 | +"announcement":'🚀 Join us in San Diego · JupyterCon 2025 · Nov 4-5 · <a href="https://events.linuxfoundation.org/jupytercon/program/schedule/?ajs_aid=53afb00d-be65-4a99-9112-28cdaac99463">SCHEDULE</a> · <a href="https://events.linuxfoundation.org/jupytercon/register/?ajs_aid=53afb00d-be65-4a99-9112-28cdaac99463">REGISTER NOW</a>', |
175 | 176 | "header_links_before_dropdown":5, |
176 | 177 | "icon_links": [ |
177 | 178 | { |
|
400 | 401 |
|
401 | 402 | spelling_lang="en_US" |
402 | 403 | spelling_word_list_filename="spelling_wordlist.txt" |
| 404 | + |
| 405 | + |
| 406 | +defsetup(app): |
| 407 | +app.add_css_file("https://docs.jupyter.org/en/latest/_static/jupyter.css") |