Skip to content

Commit 112b153

Browse files
committed
docs: Update docs for 0.16.0
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent 955aff0 commit 112b153

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
2626

2727
project = "Megatron Core"
28-
copyright = "2025, NVIDIA Corporation"
28+
copyright = "2026, NVIDIA Corporation"
2929
author = "NVIDIA Corporation"
30-
release = "latest"
30+
release = "0.16.0"
3131

3232
# -- General configuration ---------------------------------------------------
3333
# 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,2 +1,2 @@
1-
{"name": "megatron-lm", "version": "latest"}
1+
{"name": "megatron-lm", "version": "0.16.0"}
22

docs/versions1.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"version": "latest",
55
"url": "https://docs.nvidia.com/megatron-core/latest/"
66
},
7+
{
8+
"name": "0.16.0",
9+
"version": "0.16.0",
10+
"url": "https://docs.nvidia.com/megatron-core/0.16.0/"
11+
},
712
{
813
"name": "0.15.0",
914
"version": "0.15.0",

0 commit comments

Comments
 (0)