Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 99a0115

Browse filesBrowse files
committed
DOC: remove dead "Show Source" links
Remove dead links to source code as _source directory was intentionally removed in the circle config config.yml because store_artifcats uploads files one by one which takes an inordinate amount of time.
1 parent 4a5d09c commit 99a0115
Copy full SHA for 99a0115

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎doc/conf.py

Copy file name to clipboardExpand all lines: doc/conf.py
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.