Skip to content

Commit a0b7d6e

Browse files
Add for testing new pydata-sphinx-theme PR (networkx#6982)
see networkx#6930.
1 parent 2ae0cd0 commit a0b7d6e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/_static/version_switcher.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[
2+
{
3+
"name": "latest",
4+
"version": "latest",
5+
"url": "https://networkx.org/documentation/latest/"
6+
},
7+
{
8+
"name": "3.1 (stable)",
9+
"version":"3.1",
10+
"url": "https://networkx.org/documentation/stable/",
11+
"preferred": true
12+
}
13+
]

0 commit comments

Comments
 (0)