Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Documentation

Install Sphinx and Read the Docs Sphinx Theme

cd docs
pip install -r requirements.txt

Building the documentation

cd docs
make html

Building each time a file is changed:

cd docs
sphinx-autobuild ./source/ _build/html

Useful links