flask/.readthedocs.yaml

11 lines
242 B
YAML
Raw Normal View History

2020-05-19 05:59:31 +08:00
version: 2
build:
2025-05-12 08:45:03 +08:00
os: ubuntu-24.04
tools:
2025-05-12 08:45:03 +08: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