Building documentation locallyΒΆ

To build documentation locally, use:

pip install -r requirements-optional.txt
make docs-html

You might also try to run spell check:

pip install -r requirements-optional.txt
make docs-spelling