flask/.readthedocs.yaml
Popeye-007 80953cba1e
Update .readthedocs.yaml
offline formats for RTDOCS
2026-04-24 06:22:47 +02:00

13 lines
270 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
formats:
- epub
- pdf