Documentation

Sphinx

Make HTML using Sphinx. Used to see changes made when updating readthedocs.

  1. cd docs

  2. pip install -r requirements.txt

  3. make html

  4. Open the generated HTML:

    • Mac: open _build/html/index.html

    • Windows: start _build/html/index.html