modify-repos/.readthedocs.yaml
2025-01-14 09:45:23 -08: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