Skip to content

Commit 2e88202

Browse files
authored
Add JupyterCon banner and add Jupyter colors (#7727)
* Add JupyterCon banner and add Jupyter colors * Fix formatting
1 parent efdef40 commit 2e88202

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/source/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@
172172
# further. For a list of options available for each theme, see the
173173
# documentation.
174174
html_theme_options = {
175+
"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>',
175176
"header_links_before_dropdown": 5,
176177
"icon_links": [
177178
{
@@ -400,3 +401,7 @@
400401

401402
spelling_lang = "en_US"
402403
spelling_word_list_filename = "spelling_wordlist.txt"
404+
405+
406+
def setup(app):
407+
app.add_css_file("https://docs.jupyter.org/en/latest/_static/jupyter.css")

0 commit comments

Comments
 (0)