[Docs] - Reapply #4220 (#4434)

* [Docs] - Reapply #4220

Signed-off-by: Yanchao Lu <yanchaol@nvidia.com>

* Update docs/source/_static/switcher.json

Signed-off-by: Yanchao Lu <yanchaol@nvidia.com>

---------

Signed-off-by: Yanchao Lu <yanchaol@nvidia.com>
This commit is contained in:
Yanchao Lu 2025-05-19 22:52:37 +08:00 committed by GitHub
parent 58e405624a
commit 942ac5c638
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 18 deletions

View File

@ -2,22 +2,6 @@
{
"preferred": true,
"version": "latest",
"url": "https://nvidia.github.io/TensorRT-LLM/latest"
},
{
"version": "0.19.0",
"url": "https://nvidia.github.io/TensorRT-LLM/0.19.0"
},
{
"version": "0.20.0rc0",
"url": "https://nvidia.github.io/TensorRT-LLM/0.20.0rc0"
},
{
"version": "0.19.0rc0",
"url": "https://nvidia.github.io/TensorRT-LLM/0.19.0rc0"
},
{
"version": "0.18.2",
"url": "https://nvidia.github.io/TensorRT-LLM/0.18.2"
"url": "https://nvidia.github.io/TensorRT-LLM/latest/"
}
]

View File

@ -87,7 +87,6 @@ source_suffix = {
html_theme = 'nvidia_sphinx_theme'
html_static_path = ['_static']
html_extra_path = ["./_static/switcher.json"]
html_theme_options = {
"switcher": {
"json_url": "./_static/switcher.json",