python3 -m venv venv
. venv/bin/activate
pip install -r docs/requirements.txt
make -C docs html