[pbs-devel] [PATCH proxmox-backup 1/2] docs: fix references to changed refs
Thomas Lamprecht
t.lamprecht at proxmox.com
Sat Feb 6 09:12:56 CET 2021
On 05.02.21 16:10, Aaron Lauterer wrote:
> With commit ec1ae7e63180768c9ad8fa52d437a1cee6ef1c50 some refs were
> changed by getting prefixes and such. We need to adapt the places that
> reference them as well
The commit messages forgets to mention that underlying issue here is that
the build still happily succeeds, which it really must not.
sphinx-builder can make treat warnings as errors, but there are so many
(especially from generated man pages and such) that this is unpractical.
What we actually can do is listening to the missing reference event and
abort the build our self:
https://www.sphinx-doc.org/de/latest/extdev/appapi.html#event-missing-reference
More information about the pbs-devel
mailing list