Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 342 Bytes

File metadata and controls

12 lines (9 loc) · 342 Bytes

Steps to build documentation

  1. Install sphinx pip install -r requirements.txt
  2. In the root of this repo run pip install -e .
  3. In docs/ run make html
  4. Open build/html/index.html