File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 8888
8989html_domain_indices = False
9090html_use_index = False
91+ html_extra_path = ["project.json" , "versions1.json" ]
9192highlight_language = "console"
9293
9394html_theme_options = {
105106 "type" : "fontawesome" ,
106107 },
107108 ],
109+ "switcher" : {
110+ "json_url" : "../versions1.json" ,
111+ "version_match" : release ,
112+ },
108113}
109114
115+ html_baseurl = "https://docs.nvidia.com/openshell/latest/"
116+
110117json_output_settings = {
111118 "enabled" : True ,
112119 "verbose" : True ,
Original file line number Diff line number Diff line change 1+ { "name" : " openshell" , "version" : " 0.1.0" }
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "preferred" : true ,
4+ "version" : " 0.1.0" ,
5+ "url" : " ../0.1.0/"
6+ }
7+ ]
You can’t perform that action at this time.
0 commit comments