Skip to content

Commit 53f5bef

Browse files
committed
Bumping docs version
Signed-off-by: Andrew Schilling <[email protected]>
1 parent 55e5f7e commit 53f5bef

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
project = "NeMo-RL"
2727
copyright = "2025, NVIDIA Corporation"
2828
author = "NVIDIA Corporation"
29-
release = "0.0.1"
29+
release = "0.2.1"
3030

3131
# -- General configuration ---------------------------------------------------
3232
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -80,4 +80,4 @@
8080
"version_match": release,
8181
}
8282
}
83-
html_extra_path = ["project.json", "versions1.json"]
83+
html_extra_path = ["project.json", "versions1.json"]

docs/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name": "nemo-rl", "version": "0.0.1"}
1+
{"name": "nemo-rl", "version": "0.2.1"}

docs/versions1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"preferred": true,
4-
"version": "0.0.1",
5-
"url": "../0.0.1"
4+
"version": "0.2.1",
5+
"url": "../0.2.1"
66
}
77
]

0 commit comments

Comments
 (0)