- Create a clean env using python >= 3.9, install Sphinx and other dependencies
pip install genesis-world # Requires Python >= 3.9;
- Build the documentation and watch the change lively
# In genesis-doc/
rm -rf build/; make html; sphinx-autobuild ./source ./build/html