Skip to content

Commit e3b6562

Browse files
authored
docs: Fix docs version for 0.10.0 (#548)
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent c3fa23f commit e3b6562

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
project = "NeMo-Run"
3030
copyright = "2026, NVIDIA"
3131
author = "NVIDIA"
32-
release = "nightly"
32+
release = "0.10.0"
3333

3434
# -- General configuration ---------------------------------------------------
3535
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name": "NeMo-Run", "version": "nightly"}
1+
{"name": "NeMo-Run", "version": "0.10.0"}

docs/versions1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44
"url": "http://docs.nvidia.com/nemo/run/nightly/"
55
},
66
{
7-
"name": "0.9.0 (latest)",
7+
"name": "0.10.0 (latest)",
88
"preferred": true,
9+
"version": "0.10.0",
10+
"url": "http://docs.nvidia.com/nemo/run/latest"
11+
},
12+
{
13+
"name": "0.9.0",
914
"version": "0.9.0",
1015
"url": "http://docs.nvidia.com/nemo/run/0.9.0"
1116
},

0 commit comments

Comments
 (0)