flask/.readthedocs.yaml
2025-05-16 15:53:28 +05:30

8 lines
175 B
YAML

version: 2
build:
os: ubuntu-24.04
tools:
python: '3.11'
commands:
- pip install -r requirements.txt
- sphinx-build -b dirhtml docs $READTHEDOCS_OUTPUT/html