Skip to content

Files

Latest commit

6d5a369 · Mar 18, 2025

History

History

docs

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