From e63c403e92af5dd6badfe57171b2499b0e0dfbe4 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Sat, 20 Sep 2025 08:52:50 -0700 Subject: [PATCH 1/2] JupyterCon banner and jupyter colors --- docs/source/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index f50ef6d3..53a281ea 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -228,6 +228,8 @@ def setup(app): app.add_directive("jupyterhub-generate-config", ConfigDirective) app.add_directive("jupyterhub-help-all", HelpAllDirective) app.add_directive("jupyterhub-rest-api-links", RestAPILinksDirective) + app.add_css_file("https://docs.jupyter.org/en/latest/_static/jupyter.css") + # -- Read The Docs ----------------------------------------------------------- @@ -262,6 +264,7 @@ html_static_path = ["_static"] html_theme = "jupyterhub_sphinx_theme" html_theme_options = { + "announcement": "🚀 Join us in San Diego · JupyterCon 2025 · Nov 4-5 · SCHEDULE · REGISTER NOW", "header_links_before_dropdown": 6, "icon_links": [ { From 59d7d659bf7ab3ed088dc5ad91d24fa7094f0918 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 15:53:14 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 53a281ea..2e00a7f9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -231,7 +231,6 @@ def setup(app): app.add_css_file("https://docs.jupyter.org/en/latest/_static/jupyter.css") - # -- Read The Docs ----------------------------------------------------------- # # Since RTD runs sphinx-build directly without running "make html", we run the