Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 278 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 278 Bytes

Building Documentation

A basic python environment with packages listed in ./requirement.txt is enough to build the docs.

Get additional dependency

pip install -r requirement.txt

Run makefile:

make html

Outputs to build/html/index.html