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 distServe the built files locally.
uv run python server.pyAutomatically apply changes while writing.
uv run sphinx-autobuild source dist --builder dirhtml