Editing the docs#
You can build the docs site locally as follows:
pip install -r docs/requirements.txt
sphinx-build -W -b html docs docs/build/html -j auto
You can build the docs site locally as follows:
pip install -r docs/requirements.txt
sphinx-build -W -b html docs docs/build/html -j auto