diff --git a/docs/source/conf.py b/docs/source/conf.py index 69a67bc76b..670737b69d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -40,6 +40,8 @@ def on_config_inited(*args): def setup(app): app.connect("config-inited", on_config_inited) + app.add_css_file("https://docs.jupyter.org/en/latest/_static/jupyter.css") + # -- Sphinx extensions and configuration ------------------------ @@ -155,6 +157,7 @@ def setup(app): htmlhelp_basename = 'ipywidgetsdoc' html_theme_options = { + "announcement": "🚀 Join us in San Diego · JupyterCon 2025 · Nov 4-5 · SCHEDULE · REGISTER NOW", "icon_links": [ { "name": "PyPI",