Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Building the documentation

Install sphinx and dependencies:

pip install -r requirements.txt

Then build the html documentation:

make html

Run make html again whenever a change is made in the source folder. The output html is generated in the _build/html folder. Open _build/html/index.html in your browser to view the locally generated documentation.