Skip to content

Documentation Guide

The documentation is built using mkdocs.

Installing Dependencies

To install the documentation dependencies:

source venv/bin/activate

pip install -r docs/requirements.txt

Building the Docs

To preview the documentation locally:

mkdocs serve

To build the documentation:

mkdocs build