8000 DOC: Fix version switcher for stable docs · matplotlib/matplotlib@93d417a · GitHub
[go: up one dir, main page]

Skip to content

Commit 93d417a

Browse files
committed
DOC: Fix version switcher for stable docs
This should stop the banner from showing up on stable.
1 parent c0071b8 commit 93d417a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/_static/switcher.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"name": "3.9 (stable)",
4-
"version": "stable",
4+
"version": "3.9.1",
55
"url": "https://matplotlib.org/stable/",
66
"preferred": true
77
},

0 commit comments

Comments
 (0)
0