flask/.readthedocs.yaml

15 lines
239 B
YAML
Raw Normal View History

2020-05-18 14:59:31 -07:00
version: 2
build:
os: ubuntu-22.04
tools:
python: '3.12'
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:
2025-03-29 14:37:13 -07:00
configuration: docs/conf.py
2020-05-18 14:59:31 -07:00
builder: dirhtml
fail_on_warning: true