1 parent 62a6851 commit 2be5286Copy full SHA for 2be5286
3 files changed
docs/conf.py
@@ -88,6 +88,7 @@
88
89
html_domain_indices = False
90
html_use_index = False
91
+html_extra_path = ["project.json", "versions1.json"]
92
highlight_language = "console"
93
94
html_theme_options = {
@@ -105,8 +106,14 @@
105
106
"type": "fontawesome",
107
},
108
],
109
+ "switcher": {
110
+ "json_url": "../versions1.json",
111
+ "version_match": release,
112
+ },
113
}
114
115
+html_baseurl = "https://docs.nvidia.com/openshell/latest/"
116
+
117
json_output_settings = {
118
"enabled": True,
119
"verbose": True,
docs/project.json
@@ -0,0 +1 @@
1
+{ "name": "openshell", "version": "0.1.0" }
docs/versions1.json
@@ -0,0 +1,7 @@
+[
2
+ {
3
+ "preferred": true,
4
+ "version": "0.1.0",
5
+ "url": "../0.1.0/"
6
+ }
7
+]
0 commit comments