8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9ce645 + ab258b7 commit 0373818Copy full SHA for 0373818
doc/conf.py
@@ -496,10 +496,9 @@ def js_tag_with_cache_busting(js):
496
f"https://matplotlib.org/devdocs/_static/switcher.json?{SHA}"
497
),
498
"version_match": (
499
- # The start version to show. This must be in switcher.json.
500
- # We either go to 'stable' or to 'devdocs'
501
- 'stable' if matplotlib.__version_info__.releaselevel == 'final'
502
- else 'devdocs')
+ matplotlib.__version__
+ if matplotlib.__version_info__.releaselevel == 'final'
+ else 'dev')
503
},
504
"navbar_end": ["theme-switcher", "version-switcher", "mpl_icon_links"],
505
"navbar_persistent": ["search-button"],
0 commit comments