flask/.readthedocs.yaml

14 lines
209 B
YAML
Raw Normal View History

2020-05-18 14:59:31 -07:00
version: 2
build:
os: ubuntu-20.04
tools:
2021-12-22 20:06:08 -07:00
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