flask/.readthedocs.yaml
2023-10-02 15:56:21 +09:00

16 lines
235 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
formats:
- pdf
- epub