Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 303 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 303 Bytes

Genesis Documentation

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