flask/.readthedocs.yaml
David Lord 0109e496f6
use uv
2025-05-11 17:58:53 -07:00

10 lines
242 B
YAML

version: 2
build:
os: ubuntu-24.04
tools:
python: '3.13'
commands:
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
- uv run --group docs sphinx-build -W -b dirhtml docs $READTHEDOCS_OUTPUT/html