Compare commits

...

3 Commits

Author SHA1 Message Date
Min RK
ca3b2bc079 Merge pull request #5142 from jupyterhub/choldgraf-patch-1
JupyterCon banner and jupyter colors
2025-10-06 09:25:55 -07:00
pre-commit-ci[bot]
59d7d659bf [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-09-20 15:53:15 +00:00
Chris Holdgraf
e63c403e92 JupyterCon banner and jupyter colors 2025-09-20 08:52:50 -07:00

View File

@@ -228,6 +228,7 @@ 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 +263,7 @@ html_static_path = ["_static"]
html_theme = "jupyterhub_sphinx_theme"
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": 6,
"icon_links": [
{