In order to preview and build this documentation, you need to have uv installed on your system.
Generate the static documentation files for publication on the web.
uv run sphinx-build -M dirhtml source dist
Activate a test server.
uv run -m http.server 8000 --directory dist/dirhtml