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

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)