Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Build documentation locally

Install Prerequisites

pip install -r requirements-docs.txt

Build docs

First run

make clean

To build HTML

make html

Serve documentation page locally

python -m http.server 8000 -d build/html/

Launch your browser and open localhost:8000