diff --git a/docs/conf.py b/docs/conf.py index d7e072e1..588d2e7f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,7 @@ project = "NeMo-Run" copyright = "2026, NVIDIA" author = "NVIDIA" -release = "nightly" +release = "0.10.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/docs/project.json b/docs/project.json index 55f3f549..1e7f6523 100644 --- a/docs/project.json +++ b/docs/project.json @@ -1 +1 @@ -{"name": "NeMo-Run", "version": "nightly"} +{"name": "NeMo-Run", "version": "0.10.0"} diff --git a/docs/versions1.json b/docs/versions1.json index c7a396a2..27591629 100644 --- a/docs/versions1.json +++ b/docs/versions1.json @@ -4,8 +4,13 @@ "url": "http://docs.nvidia.com/nemo/run/nightly/" }, { - "name": "0.9.0 (latest)", + "name": "0.10.0 (latest)", "preferred": true, + "version": "0.10.0", + "url": "http://docs.nvidia.com/nemo/run/latest" + }, + { + "name": "0.9.0", "version": "0.9.0", "url": "http://docs.nvidia.com/nemo/run/0.9.0" },