From 6fbb85302e7d4ce9656c9469c8db645e9b4f34d9 Mon Sep 17 00:00:00 2001 From: Miyoung Choi Date: Sat, 14 Mar 2026 16:10:39 -0700 Subject: [PATCH] remove docs switcher --- docs/conf.py | 8 ++------ docs/project.json | 2 +- docs/versions1.json | 7 ------- 3 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 docs/versions1.json 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/" - } -]