Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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

cd docs
make

# verify
firefox build/html/index.html

Outputs to build/docs/html

Contributing

Refer to the Contributing to AgentIQ 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.