We currently use Sphinx to automatically build documentation from the code.
pip install -e .[docs]
rm -rf docs/package
python docs/generate-apidoc.py docs/package
sphinx-build docs docs/build
We currently use Sphinx to automatically build documentation from the code.
pip install -e .[docs]
rm -rf docs/package
python docs/generate-apidoc.py docs/package
sphinx-build docs docs/build