Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
# The announcement will not show if https://jupyter.org/assets/banner.html is empty
# see https://github.com/jupyter/jupyter.github.io#site-wide-announcement-banner
"announcement": "https://jupyter.org/assets/banner.html",
"header_links_before_dropdown": 5,
"icon_links": [
{
Expand Down
Loading