We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63b9f28 + e49b10c commit 5596c6cCopy full SHA for 5596c6c
doc/conf.py
@@ -381,7 +381,8 @@ def js_tag_with_cache_busting(js):
381
"logo": {"link": "index",
382
"image_light": "images/logo2.svg",
383
"image_dark": "images/logo_dark.svg"},
384
- "navbar_end": ["theme-switcher", "version-switcher", "mpl_icon_links"]
+ "navbar_end": ["theme-switcher", "version-switcher", "mpl_icon_links"],
385
+ "page_sidebar_items": "page-toc.html",
386
}
387
include_analytics = is_release_build
388
if include_analytics:
0 commit comments