Skip to content

Commit 6895aa2

Browse files
authored
Merge pull request #3998 from choldgraf/patch-1
Add JupyterCon banner and jupyter colors
2 parents 57ff79d + cc89d7f commit 6895aa2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ def on_config_inited(*args):
4040

4141
def setup(app):
4242
app.connect("config-inited", on_config_inited)
43+
app.add_css_file("https://docs.jupyter.org/en/latest/_static/jupyter.css")
44+
4345

4446

4547
# -- Sphinx extensions and configuration ------------------------
@@ -155,6 +157,7 @@ def setup(app):
155157
htmlhelp_basename = 'ipywidgetsdoc'
156158

157159
html_theme_options = {
160+
"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>",
158161
"icon_links": [
159162
{
160163
"name": "PyPI",

0 commit comments

Comments
 (0)