Skip to content

Commit 13740ea

Browse files
authored
remove docs switcher (#310)
1 parent eed9002 commit 13740ea

3 files changed

Lines changed: 3 additions & 14 deletions

File tree

‎docs/conf.py‎

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
this_year = date.today().year
1313
copyright = f"2025-{this_year}, NVIDIA Corporation"
1414
author = "NVIDIA Corporation"
15-
release = "0.0.3"
15+
release = "latest"
1616

1717
extensions = [
1818
"myst_parser",
@@ -89,7 +89,7 @@
8989

9090
html_domain_indices = False
9191
html_use_index = False
92-
html_extra_path = ["project.json", "versions1.json"]
92+
html_extra_path = ["project.json"]
9393
highlight_language = "console"
9494

9595
html_theme_options = {
@@ -107,10 +107,6 @@
107107
"type": "fontawesome",
108108
},
109109
],
110-
"switcher": {
111-
"json_url": "../versions1.json",
112-
"version_match": release,
113-
},
114110
}
115111

116112
html_baseurl = "https://docs.nvidia.com/openshell/latest/"

‎docs/project.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "name": "openshell", "version": "0.0.3" }
1+
{ "name": "openshell", "version": "latest" }

‎docs/versions1.json‎

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)