Skip to content

Commit e5a1125

Browse files
authored
docs: Update docs for 0.8.0 (#428)
* docs: Update docs for 0.8.0 Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Update docs version picker Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Remove prerelease suffix Signed-off-by: Charlie Truong <chtruong@nvidia.com> --------- Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent be9fb7f commit e5a1125

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
sys.path.append(str(Path("../../examples").resolve()))
2828

2929
project = "NeMo-Run"
30-
copyright = "2025, NVIDIA"
30+
copyright = "2026, NVIDIA"
3131
author = "NVIDIA"
32-
release = "0.5.0"
32+
release = "0.8.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": "0.5.0"}
1+
{"name": "NeMo-Run", "version": "0.8.0"}

docs/versions1.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
[
22
{
33
"preferred": true,
4+
"version": "latest",
5+
"url": "http://docs.nvidia.com/nemo/run/latest"
6+
},
7+
{
8+
"version": "0.8.0",
9+
"url": "http://docs.nvidia.com/nemo/run/0.8.0"
10+
},
11+
{
412
"version": "0.5.0",
513
"url": "http://docs.nvidia.com/nemo/run/0.5.0"
614
}

nemo_run/package_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
from packaging.version import Version
1515

16-
__version__ = "0.8.0rc0.dev0"
16+
__version__ = "0.8.0"
1717

1818
MAJOR = Version(__version__).major
1919
MINOR = Version(__version__).minor

0 commit comments

Comments
 (0)