Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 423 Bytes

File metadata and controls

12 lines (8 loc) · 423 Bytes

Documentation build (Read the Docs / Sphinx)

pip install -r docs/requirements.txt
sphinx-build -b html -W docs docs/_build

Then open docs/_build/index.html.

See also docs/readthedocs.md for RTD maintenance and conventions.

When user-visible behavior changes, follow agents/conventions/user-docs-sync.md in the same branch/PR as the code.