Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
"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>",
"header_links_before_dropdown": 5,
"icon_links": [
{
Expand Down Expand Up @@ -400,3 +401,6 @@

spelling_lang = "en_US"
spelling_word_list_filename = "spelling_wordlist.txt"

def setup(app):
app.add_css_file("https://docs.jupyter.org/en/latest/_static/jupyter.css")
Loading