8000 DOC: remove dead soure code links · matplotlib/matplotlib@5d753f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d753f1

Browse files
committed
DOC: remove dead soure code 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 2171d95 commit 5d753f1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,12 @@ 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": ["version-switcher", "mpl_icon_links", "theme-switcher"]
384+
"navbar_end": ["version-switcher", "mpl_icon_links", "theme-switcher"],
385+
"page_sidebar_items": [
386+
"page-toc.html",
387+
"searchbox.html",
388+
"edit-this-page.html",
389+
],
385390
}
386391
include_analytics = is_release_build
387392
if include_analytics:

0 commit comments

Comments
 (0)
0