Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 336 Bytes

File metadata and controls

27 lines (19 loc) · 336 Bytes

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