mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
* [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:
parent
58e405624a
commit
942ac5c638
@ -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/"
|
||||
}
|
||||
]
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user