flask/.readthedocs.yaml

14 lines
207 B
YAML
Raw Normal View History

2020-05-18 14:59:31 -07:00
version: 2
2021-12-22 19:58:07 -07:00
build:
os: ubuntu-20.04
tools:
python: 3.10
2020-05-18 14:59:31 -07:00
python:
install:
- requirements: requirements/docs.txt
2020-05-18 14:59:31 -07:00
- method: pip
path: .
sphinx:
builder: dirhtml
fail_on_warning: true