mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-21 18:09:02 +01:00
adfd8b32dc
- To ensure that the CI will fail if there are broken links or images. - Fixes #9778
14 lines
189 B
YAML
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
|