Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Documentation

Prerequisites

You need to install Sphinx and the extensions listed in ./requirements.txt:

python -m pip install --exists-action=w --no-cache-dir -r ./requirements.txt

Build the documentation

To locally build the documentation as HTML run:

make html