flask/.readthedocs.yaml
David Lord 1a1c7ea618
pin os and python version in rtd build
(cherry picked from commit 93a7f08bbc)
2021-12-22 20:02:25 -07:00

13 lines
207 B
YAML

version: 2
build:
os: ubuntu-20.04
tools:
python: 3.10
python:
install:
- requirements: requirements/docs.txt
- method: pip
path: .
sphinx:
builder: dirhtml
fail_on_warning: true