Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 333 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 333 Bytes

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