diff --git a/docs/source/conf.py b/docs/source/conf.py
index 1da6131c4e..cb97c01d2a 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -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 · SCHEDULE · REGISTER NOW',
"header_links_before_dropdown": 5,
"icon_links": [
{
@@ -400,3 +401,7 @@
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")