Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 353 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 353 Bytes

Documentation

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

Install dependencies

pip install -r docs/requirements.txt

Build locally

rm -rf docs/package
PYTHONPATH=$PWD python docs/generate-apidoc.py docs/package
PYTHONPATH=$PWD sphinx-build docs docs/build