diff --git a/cuda_bindings/docs/build_docs.sh b/cuda_bindings/docs/build_docs.sh index d5c00c386cf..c4e959fd752 100755 --- a/cuda_bindings/docs/build_docs.sh +++ b/cuda_bindings/docs/build_docs.sh @@ -35,6 +35,7 @@ SPHINXOPTS="-j 4 -d build/.doctrees" make html # to support version dropdown menu cp ./versions.json build/html +cp ./nv-versions.json build/html # to have a redirection page (to the latest docs) cp source/_templates/main.html build/html/index.html diff --git a/cuda_core/docs/build_docs.sh b/cuda_core/docs/build_docs.sh index a604239c8f9..efc70c81708 100755 --- a/cuda_core/docs/build_docs.sh +++ b/cuda_core/docs/build_docs.sh @@ -31,6 +31,7 @@ SPHINXOPTS="-j 4 -d build/.doctrees" make html # to support version dropdown menu cp ./versions.json build/html +cp ./nv-versions.json build/html # to have a redirection page (to the latest docs) cp source/_templates/main.html build/html/index.html diff --git a/cuda_python/docs/build_docs.sh b/cuda_python/docs/build_docs.sh index 8b306143bf4..97be962a1a9 100755 --- a/cuda_python/docs/build_docs.sh +++ b/cuda_python/docs/build_docs.sh @@ -35,6 +35,7 @@ SPHINXOPTS="-j 4 -d build/.doctrees" make html # to support version dropdown menu cp ./versions.json build/html +cp ./nv-versions.json build/html # to have a redirection page (to the latest docs) cp source/_templates/main.html build/html/index.html