flask/.readthedocs.yaml

15 lines
239 B
YAML
Raw Normal View History

2020-05-19 05:59:31 +08:00
version: 2
build:
os: ubuntu-22.04
tools:
python: '3.12'
2020-05-19 05:59:31 +08:00
python:
install:
- requirements: requirements/docs.txt
2020-05-19 05:59:31 +08:00
- method: pip
path: .
sphinx:
2025-03-30 05:37:13 +08:00
configuration: docs/conf.py
2020-05-19 05:59:31 +08:00
builder: dirhtml
fail_on_warning: true