From 1090f13f7d092e01cb5a8666e99e1f50e953d240 Mon Sep 17 00:00:00 2001 From: Lawrence Lane Date: Tue, 17 Feb 2026 14:16:51 -0500 Subject: [PATCH 1/3] version bump Signed-off-by: Lawrence Lane --- docs/conf.py | 3 ++- docs/index.md | 10 +++++++++- docs/project.json | 2 +- docs/versions1.json | 6 ++++-- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index dedd8cf84..5d88b3a36 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,7 +28,7 @@ project = "NeMo Gym" copyright = "2025, NVIDIA Corporation" author = "NVIDIA Corporation" -release = "0.1.1" +release = "0.2.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration @@ -86,6 +86,7 @@ html_theme = "nvidia_sphinx_theme" html_theme_options = { + "show_version_warning_banner": True, "icon_links": [ { "name": "GitHub", diff --git a/docs/index.md b/docs/index.md index b28905743..409b1cd3f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -37,9 +37,17 @@ Quickstart ```{button-ref} environment-tutorials/index :ref-type: doc :color: secondary +:class: sd-rounded-pill sd-mr-3 + +Environment Tutorials +``` + +```{button-ref} training-tutorials/index +:ref-type: doc +:color: secondary :class: sd-rounded-pill -Explore Tutorials +Training Tutorials ``` ```` diff --git a/docs/project.json b/docs/project.json index 8e4d65b90..4f01aa90d 100644 --- a/docs/project.json +++ b/docs/project.json @@ -1,4 +1,4 @@ { "name": "nemo-gym", - "version": "0.1.1" + "version": "0.2.0" } \ No newline at end of file diff --git a/docs/versions1.json b/docs/versions1.json index 362552ad5..11272c82e 100644 --- a/docs/versions1.json +++ b/docs/versions1.json @@ -5,12 +5,14 @@ "url": "../latest" }, { - "preferred": false, + "version": "0.2.0", + "url": "../0.2.0" + }, + { "version": "0.1.1", "url": "../0.1.1" }, { - "preferred": false, "version": "0.1.0", "url": "../0.1.0" } From 083f42393520f5ae048bf14a827611c205770ce9 Mon Sep 17 00:00:00 2001 From: Lawrence Lane Date: Tue, 17 Feb 2026 14:23:38 -0500 Subject: [PATCH 2/3] remove setting Signed-off-by: Lawrence Lane --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 5d88b3a36..a0b280783 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -86,7 +86,6 @@ html_theme = "nvidia_sphinx_theme" html_theme_options = { - "show_version_warning_banner": True, "icon_links": [ { "name": "GitHub", From 9d4ed48fa07f89e97f0534f2e22b75fcf668db1e Mon Sep 17 00:00:00 2001 From: Lawrence Lane Date: Tue, 17 Feb 2026 15:13:56 -0500 Subject: [PATCH 3/3] remove 0.2.0 from version dropdown Signed-off-by: Lawrence Lane --- docs/versions1.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/versions1.json b/docs/versions1.json index 11272c82e..1bf8133cf 100644 --- a/docs/versions1.json +++ b/docs/versions1.json @@ -4,10 +4,6 @@ "version": "latest", "url": "../latest" }, - { - "version": "0.2.0", - "url": "../0.2.0" - }, { "version": "0.1.1", "url": "../0.1.1"