Skip to content

Commit 4c24d9e

Browse files
committed
fix(docs): pin gym doc links to v0.2.1 instead of blanket-ignoring
Replace the blanket linkcheck_ignore for all NeMo Gym docs with pinned v0.2.1 URLs so linkcheck still validates them. Signed-off-by: Terry Kong <terryk@nvidia.com>
1 parent 9c93d8d commit 4c24d9e

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
linkcheck_ignore = [
118118
".*github\\.com.*",
119119
".*githubusercontent\\.com.*",
120-
"https://docs\\.nvidia\\.com/nemo/gym/.*",
121120
]
122121

123122
# PyTorch docs anchor IDs change between stable versions; verify the page

docs/design-docs/nemo-gym-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NeMo Gym Integration
22

3-
This document describes how NeMo RL integrates with [NeMo Gym](https://docs.nvidia.com/nemo/gym/latest/index.html) for multi-step and multi-turn reinforcement learning training.
3+
This document describes how NeMo RL integrates with [NeMo Gym](https://docs.nvidia.com/nemo/gym/v0.2.1/index.html) for multi-step and multi-turn reinforcement learning training.
44

55
## Overview
66

@@ -181,7 +181,7 @@ sequenceDiagram
181181
GRPO->>Policy: Compute loss and train
182182
```
183183

184-
> **NeMo Gym server types** (see [Core Components](https://docs.nvidia.com/nemo/gym/latest/about/concepts/core-components.html)):
184+
> **NeMo Gym server types** (see [Core Components](https://docs.nvidia.com/nemo/gym/v0.2.1/about/concepts/core-components/)):
185185
> - **Agent Server**: Orchestrates the rollout loop
186186
> - **Model Server**: HTTP proxy to vLLM; translates Responses API ↔ Chat Completions
187187
> - **Resource Server**: Provides tools and rewards
@@ -254,4 +254,4 @@ Token IDs are extracted at the NeMo RL vLLM layer via the `/tokenize` endpoint.
254254
- Tokenization matches the exact model and tokenizer used for generation
255255
- No re-tokenization drift between generation and training
256256

257-
For details on on-policy token ID handling, see {doc}`../guides/environments` and the [NeMo Gym on-policy corrections documentation](https://docs.nvidia.com/nemo/gym/latest/contribute/rl-framework-integration/openai-compatible-http-server-on-policy-correction.html).
257+
For details on on-policy token ID handling, see {doc}`../guides/environments` and the [NeMo Gym on-policy corrections documentation](https://docs.nvidia.com/nemo/gym/v0.2.1/contribute/rl-framework-integration/openai-compatible-http-server-on-policy-correction.html).

0 commit comments

Comments
 (0)