Installation#

Install the package:

pip install -e .

Install the documentation toolchain:

pip install -e .[docs]

Build the Sphinx site:

sphinx-build -b html docs docs/_build/html