Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 392 Bytes

File metadata and controls

11 lines (6 loc) · 392 Bytes

Documentation's documentation

How to build the documentation

Requirements

Create a virtual environment and install the requirements from this parent directory requirements-doc.txt

Build

Run make html to build the documentation. The output will be in the doc/build directory. Open doc/build/html/index.html in your browser to see the result.