Skip to content

Commit a8aa36d

Browse files
committed
Address review comments
1 parent a54a375 commit a8aa36d

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545

4646
- name: Set up Node.js
4747
uses: actions/setup-node@v6
48+
with:
49+
node-version: '24'
4850

4951
- name: Build CMS documentation
5052
run: make -C doc/ cms-html

doc/USER_GUIDE.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ A test scenario is a set of tests with specific dependencies between them. A tes
364364
365365
[[Tests]]
366366
id = "Tests.3"
367-
templat_test = "nccl_test_reduce_scatter"
367+
test_name = "nccl_test_reduce_scatter"
368368
num_nodes = "2"
369369
time_limit = "00:20:00"
370370
[[Tests.dependencies]]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ requires-python = ">=3.10"
5555
"nvidia-sphinx-theme~=0.0.8",
5656
"sphinxext-opengraph~=0.13",
5757
"sphinx-design~=0.6",
58-
"sphinxcontrib-mermaid~=1.0",
58+
"sphinxcontrib-mermaid~=1.2",
5959
"sphinx-copybutton~=0.5",
6060
]
6161
docs-cms = [
6262
"sphinx~=8.1",
6363
"sphinx-rtd-theme~=3.0",
6464
"sphinx-copybutton~=0.5",
65-
"sphinxcontrib-mermaid~=1.0",
65+
"sphinxcontrib-mermaid~=1.2",
6666
]
6767

6868
[build-system]

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)