Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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