Hosted at https://development-recipes.readthedocs.io/en/latest/
python3 -m venv venv
venv/bin/pip install -r requirements.txt
venv/bin/sphinx-build -b html docs/ docs/_build/html/
Hosted at https://development-recipes.readthedocs.io/en/latest/
python3 -m venv venv
venv/bin/pip install -r requirements.txt
venv/bin/sphinx-build -b html docs/ docs/_build/html/