We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a01010 commit 468487bCopy full SHA for 468487b
docs/source/_static/versions.json
@@ -0,0 +1,6 @@
1
+[
2
+ {
3
+ "version": "v1.0.0",
4
+ "url": "/v1.0.0/"
5
+ }
6
+]
docs/source/conf.py
@@ -32,7 +32,12 @@
32
]
33
34
html_theme_options = {
35
- "collapse_navigation": False,
+ "collapse_navigation": False,
36
+ "navbar_end": ["version-switcher"],
37
+ "switcher": {
38
+ "json_url": "_static/versions.json",
39
+ "version_match": version,
40
+ },
41
}
42
# Tell Sphinx to recognize both .rst and .md files
43
source_suffix = {
0 commit comments