8000 Merge pull request #23942 from matplotlib/revert-23936-auto-backport-… · matplotlib/matplotlib@b8af722 · GitHub
[go: up one dir, main page]

Skip to content

Commit b8af722

Browse files
authored
Merge pull request #23942 from matplotlib/revert-23936-auto-backport-of-pr-23935-on-v3.6.x
DOC: fix versions in v3.6.x doc switcher
2 parents 0a8b1ce + 6578d9a commit b8af722

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

doc/_static/switcher.json

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,12 @@
22
{
33
"name": "3.6 (stable)",
44
"version": "stable",
5-
"url": "https://matplotlib.org/stable"
5+
"url": "https://matplotlib.org/stable/"
66
},
77
{
88
"name": "3.7 (dev)",
9-
"version": "devdocs",
10-
"url": "https://matplotlib.org/devdocs"
11-
},
12-
{
13-
"name": "3.5",
14-
"version": "3.5.3",
15-
"url": "https://matplotlib.org/3.5.3"
9+
"version": "dev",
10+
"url": "https://matplotlib.org/devdocs/"
1611
},
1712
{
1813
"name": "3.5",
@@ -22,16 +17,16 @@
2217
{
2318
"name": "3.4",
2419
"version": "3.4.3",
25-
"url": "https://matplotlib.org/3.4.3"
20+
"url": "https://matplotlib.org/3.4.3/"
2621
},
2722
{
2823
"name": "3.3",
2924
"version": "3.3.4",
30-
"url": "https://matplotlib.org/3.3.4"
25+
"url": "https://matplotlib.org/3.3.4/"
3126
},
3227
{
3328
"name": "2.2",
3429
"version": "2.2.4",
35-
"url": "https://matplotlib.org/2.2.4"
30+
"url": "https://matplotlib.org/2.2.4/"
3631
}
3732
]

0 commit comments

Comments
 (0)
0