diff --git a/docs/conf.py b/docs/conf.py index 87f626ef..a54d7243 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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", @@ -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 = { @@ -107,10 +107,6 @@ "type": "fontawesome", }, ], - "switcher": { - "json_url": "../versions1.json", - "version_match": release, - }, } html_baseurl = "https://docs.nvidia.com/openshell/latest/" diff --git a/docs/project.json b/docs/project.json index 87193e3a..96ae5a12 100644 --- a/docs/project.json +++ b/docs/project.json @@ -1 +1 @@ -{ "name": "openshell", "version": "0.0.3" } +{ "name": "openshell", "version": "latest" } diff --git a/docs/versions1.json b/docs/versions1.json deleted file mode 100644 index ea09abb1..00000000 --- a/docs/versions1.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - { - "preferred": true, - "version": "0.0.3", - "url": "../0.0.3/" - } -]