From: Peter Krempa Date: Thu, 25 May 2023 13:36:28 +0000 (+0200) Subject: docs: Use '--exit-status=' option for 'rst2html5' X-Git-Tag: v9.5.0-rc1~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23802429283d899fcd432a1cb6600e015b3c99cd;p=thirdparty%2Flibvirt.git docs: Use '--exit-status=' option for 'rst2html5' Ensure that also 'non-halting' messages stop the build process. Signed-off-by: Peter Krempa Reviewed-by: Martin Kletzander --- diff --git a/docs/meson.build b/docs/meson.build index 2f0ecb2272..201fd4c984 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -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, )