flask/.readthedocs.yaml

9 lines
175 B
YAML
Raw 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:
python: '3.11'
2025-05-11 17:45:03 -07:00
commands:
2025-05-16 15:53:28 +05:30
- pip install -r requirements.txt
- sphinx-build -b dirhtml docs $READTHEDOCS_OUTPUT/html