This module contains the documentation and website.
Install the uv tool, then get a working virtual environment:
uv python install
uv venv
source .venv/bin/activate
uv sync --all-extras --dev
From this directory (documentation/
):
uv run mkdocs serve
uv sync --upgrade
uv lock