building docs locally

venv

python3 -m venv .venv

enter the venv

source .venv/bin/activate
.venv/Scripts/activate

install required packages

pip install -r requirements

manual build

make html

Caution

not tested

make.bat html

auto rebuilding

sphinx-autobuild source/ build/