-
Notifications
You must be signed in to change notification settings - Fork 329
/
Copy pathswitcher.json
42 lines (42 loc) · 1007 Bytes
/
switcher.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
{
"version": "dev",
"url": "https://pydata-sphinx-theme.readthedocs.io/en/latest/"
},
{
"name": "0.16.1 (stable)",
"version": "v0.16.1",
"url": "https://pydata-sphinx-theme.readthedocs.io/en/stable/",
"preferred": true
},
{
"name": "0.16.0",
"version": "v0.16.0",
"url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.16.0/"
},
{
"name": "0.15.4",
"version": "v0.15.4",
"url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.15.4/"
},
{
"name": "0.14.4",
"version": "v0.14.4",
"url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.14.4/"
},
{
"name": "0.13.3",
"version": "v0.13.3",
"url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.13.3/"
},
{
"name": "0.12.0",
"version": "v0.12.0",
"url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.12.0/"
},
{
"name": "0.11.0",
"version": "v0.11.0",
"url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.11.0/"
}
]