Skip to content

Commit 816866d

Browse files
committed
DOC: Display "dev" instead of "devdocs" in the version switcher
While the url is devdocs historically, and I'm not going to change this, the displayed names should be "stable" and "dev". This has the added advantage that dev takes a little less space in the menubar, and thus wrapping occurs slightly later.
1 parent 3c615b5 commit 816866d

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
@@ -6,7 +6,7 @@
66
},
77
{
88
"name": "3.7 (dev)",
9-
"version": "devdocs",
9+
"version": "dev",
1010
"url": "https://matplotlib.org/devdocs/"
1111
},
1212
{

0 commit comments

Comments
 (0)