mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-07 04:07:17 +00:00
docs: Use '--exit-status=' option for 'rst2html5'
Ensure that also 'non-halting' messages stop the build process. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
9f49f60aca
commit
2380242928
@ -210,7 +210,7 @@ endif
|
||||
docs_rst2html5_gen = generator(
|
||||
rst2html5_prog,
|
||||
output: '@BASENAME@.html.in',
|
||||
arguments: [ '--stylesheet=', '--strict', '@INPUT@' ],
|
||||
arguments: [ '--exit-status=1', '--stylesheet=', '--strict', '@INPUT@' ],
|
||||
capture: true,
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user