Skip to content

Commit 8c338bb

Browse files
committed
Add switcher.json to manage version URLs for documentation
1 parent 53765cb commit 8c338bb

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/source/_static/switcher.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[
2+
{
3+
"version": "latest",
4+
"url": "https://pydasa.readthedocs.io/en/latest/"
5+
},
6+
{
7+
"version": "stable",
8+
"url": "https://pydasa.readthedocs.io/en/stable/"
9+
},
10+
{
11+
"version": "v0.5.4",
12+
"url": "https://pydasa.readthedocs.io/en/v0.5.4/"
13+
}
14+
]

0 commit comments

Comments
 (0)