flask/.readthedocs.yaml
2025-03-29 14:37:13 -07:00

14 lines
239 B
YAML

version: 2
build:
os: ubuntu-22.04
tools:
python: '3.12'
python:
install:
- requirements: requirements/docs.txt
- method: pip
path: .
sphinx:
configuration: docs/conf.py
builder: dirhtml
fail_on_warning: true