Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ed1cc5

Browse files
authored
Merge pull request #23935 from tacaswell/update_version_switcher
DOC: fix versions is doc switcher
2 parents 9962031 + 15710cc commit 2ed1cc5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

doc/_static/switcher.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
[
22
{
3-
"name": "3.5 (stable)",
3+
"name": "3.6 (stable)",
44
"version": "stable",
55
"url": "https://matplotlib.org/stable/"
66
},
77
{
8-
"name": "3.6 (dev)",
8+
"name": "3.7 (dev)",
99
"version": "devdocs",
1010
"url": "https://matplotlib.org/devdocs/"
1111
},
12+
{
13+
"name": "3.5",
14+
"version": "3.5.3",
15+
"url": "https://matplotlib.org/3.5.3/"
16+
},
1217
{
1318
"name": "3.4",
1419
"version": "3.4.3",

0 commit comments

Comments
 (0)