Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.38 KB

File metadata and controls

42 lines (32 loc) · 1.38 KB

Building Documentation

Prerequisites

If you don't already have a uv environment setup, refer to the Get Started guide.

Install Documentation Dependencies

uv sync --all-groups --all-extras

Build Documentation

make -C docs

# verify
firefox docs/build/html/index.html

Outputs to docs/build/docs/html

Contributing

Refer to the Contributing to NeMo Agent toolkit guide.

When you create your pull request, CI will perform a documentation build as part of the pipeline. If successful, the documentation will be available for download as an artifact.