This directory contains source files for the verifiers documentation.
uv add sphinx furo myst-parser# Build HTML documentation
cd docs/
make html
# Or using uv from project root
cd docs/
uv run make html
# View the documentation
open build/html/index.html # macOS
xdg-open build/html/index.html # Linux