Documentation

Documentation is written with Sphinx (in the docs directory). The source files are in the docs/source/ directory. To locally build the documentation, you can execute:

uv run build.py docs

or

# With the virtual environment activated
python build.py docs

It will be automatically published on CloudFlare when merged to the mainbranch, with previews available for pull requests.