Skip to content

Commit 8b3bb21

Browse files
committed
Fix topbar
1 parent cace7d9 commit 8b3bb21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,10 @@ def matplotlib_reduced_latex_scraper(block, block_vars, gallery_conf,
324324
"collapse_navigation": not is_release_build,
325325
"show_prev_next": False,
326326
"switcher": {
327-
"json_url": "https://matplotlib.org/en/latest/_static/switcher.json",
327+
"json_url": "https://matplotlib.org/en/devdocs/_static/switcher.json",
328328
"url_template": "https://matplotlib.org/{version}/"
329329
},
330-
"navbar_end": ["version-switcher"]
330+
"navbar_end": ["version-switcher", "mpl_icon_links"]
331331
}
332332
include_analytics = is_release_build
333333
if include_analytics:

0 commit comments

Comments
 (0)