Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
this_year = date.today().year
copyright = f"2025-{this_year}, NVIDIA Corporation"
author = "NVIDIA Corporation"
release = "0.0.3"
release = "latest"

extensions = [
"myst_parser",
Expand Down Expand Up @@ -89,7 +89,7 @@

html_domain_indices = False
html_use_index = False
html_extra_path = ["project.json", "versions1.json"]
html_extra_path = ["project.json"]
highlight_language = "console"

html_theme_options = {
Expand All @@ -107,10 +107,6 @@
"type": "fontawesome",
},
],
"switcher": {
"json_url": "../versions1.json",
"version_match": release,
},
}

html_baseurl = "https://docs.nvidia.com/openshell/latest/"
Expand Down
2 changes: 1 addition & 1 deletion docs/project.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "name": "openshell", "version": "0.0.3" }
{ "name": "openshell", "version": "latest" }
7 changes: 0 additions & 7 deletions docs/versions1.json

This file was deleted.

Loading