Genesis Documentation Create a clean env using python 3.10, install Sphinx and other dependencies # In Genesis-dev/ pip install -e ".[docs]" Build the documentation and watch the change lively # In doc/ rm -rf build/; make html; sphinx-autobuild ./source ./build/html