#!/usr/bin/env bash
set -eux

uv run sphinx-build -EW docs docs/_build/html "$@"
