We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de85de2 commit 0fae228Copy full SHA for 0fae228
doc/_static/switcher.json
@@ -2,7 +2,8 @@
2
{
3
"name": "3.9 (stable)",
4
"version": "stable",
5
- "url": "https://matplotlib.org/stable/"
+ "url": "https://matplotlib.org/stable/",
6
+ "preferred": true
7
},
8
9
"name": "3.10 (dev)",
doc/conf.py
@@ -508,6 +508,7 @@ def js_tag_with_cache_busting(js):
508
# this special value indicates the use of the unreleased banner. If we need
509
# an actual announcement, then just place the text here as usual.
510
"announcement": "unreleased" if not is_release_build else "",
511
+ "show_version_warning_banner": True,
512
}
513
include_analytics = is_release_build
514
if include_analytics:
0 commit comments