Building the Documentation Prerequisites # Install doc dependencies from pyproject.toml uv pip install -e ".[docs]" Build make -C docs html Preview python -m http.server --directory docs/build/html 8080 # Open http://localhost:8080 Link Check make -C docs linkcheck