Re: ddp build failed
Richard Lewis <richard.lewis.debian-gM/[email protected]>
| Newsgroups | gmane.linux.debian.devel.documentation |
|---|---|
| Message-ID | <[email protected]> |
Holger Wansing <hwansing-cl+VPiYnx/[email protected]> writes: >> > /srv/www.debian.org/release-notes/release-notes/source/issues.rst:: ERROR: Anonymous hyperlink mismatch: 1 references but 0 targets. >> >> I think this is line 27 which should have `...` around the url (although it's odd that the pipeines never failed for this?) > And: I think the pipeline did not fail, because this is just a warning > (even if it's shown above as an ERROR). > I have no idea, if this error/warning handling can be adapted ... It looks like the -W option to sphinx-build turns warnings into errors, so maybe doing make html SPHINXOPTS="-W" in .gitlab-ci.yml might work (untested)