0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-21 18:09:02 +01:00
wagtail/.readthedocs.yml
Neeraj P Yetheendran adfd8b32dc Flags added to convert doc build warnings to errors
- To ensure that the CI will fail if there are broken links or images.
- Fixes #9778
2024-01-24 10:42:51 +10:00

14 lines
189 B
YAML

version: 2
build:
os: ubuntu-22.04
tools:
python: '3.11'
python:
install:
- method: pip
path: .
extra_requirements:
- docs
sphinx:
fail_on_warning: True