Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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