Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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.