Skip to content

Commit cad180a

Browse files
authored
Add JupyterCon banner and jupyter colors
1 parent 57ff79d commit cad180a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ def setup(app):
155155
htmlhelp_basename = 'ipywidgetsdoc'
156156

157157
html_theme_options = {
158+
"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>",
158159
"icon_links": [
159160
{
160161
"name": "PyPI",
@@ -220,3 +221,6 @@ def setup(app):
220221
epub_author = author
221222
epub_publisher = author
222223
epub_copyright = copyright
224+
225+
def setup(app):
226+
app.add_css_file("https://docs.jupyter.org/en/latest/_static/jupyter.css")

0 commit comments

Comments
 (0)