Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 294 Bytes

File metadata and controls

16 lines (11 loc) · 294 Bytes

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