We currently use Sphinx to automatically build documentation from the code.
pip install -r docs/requirements.txt
rm -rf docs/package
PYTHONPATH=$PWD python docs/generate-apidoc.py docs/package
PYTHONPATH=$PWD sphinx-build docs docs/build
We currently use Sphinx to automatically build documentation from the code.
pip install -r docs/requirements.txt
rm -rf docs/package
PYTHONPATH=$PWD python docs/generate-apidoc.py docs/package
PYTHONPATH=$PWD sphinx-build docs docs/build