Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 368 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 368 Bytes

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