Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 307 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 307 Bytes

Documentation

We currently use Sphinx to automatically build documentation from the code.

Install dependencies

pip install -e .[docs]

Build locally

rm -rf docs/package
python docs/generate-apidoc.py docs/package
sphinx-build docs docs/build