Skip to content

Commit 5596c6c

Browse files
authored
Merge pull request #23939 from meeseeksmachine/auto-backport-of-pr-23919-on-v3.6.0-doc
Backport PR #23919 on branch v3.6.0-doc (DOC: remove dead "Show Source" links)
2 parents 63b9f28 + e49b10c commit 5596c6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,8 @@ def js_tag_with_cache_busting(js):
381381
"logo": {"link": "index",
382382
"image_light": "images/logo2.svg",
383383
"image_dark": "images/logo_dark.svg"},
384-
"navbar_end": ["theme-switcher", "version-switcher", "mpl_icon_links"]
384+
"navbar_end": ["theme-switcher", "version-switcher", "mpl_icon_links"],
385+
"page_sidebar_items": "page-toc.html",
385386
}
386387
include_analytics = is_release_build
387388
if include_analytics:

0 commit comments

Comments
 (0)