flask/.readthedocs.yaml

11 lines
242 B
YAML
Raw Permalink Normal View History

2020-05-18 14:59:31 -07:00
version: 2
build:
2025-05-11 17:45:03 -07:00
os: ubuntu-24.04
tools:
2025-05-11 17:45:03 -07:00
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