flask/.readthedocs.yaml
David Lord 6277036567
update read the docs env
(cherry picked from commit 29f1bd22d7)
2023-11-15 12:19:59 -08:00

13 lines
209 B
YAML

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