From e3c49948123d6b66fce9bc094526895a11dae207 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Tue, 8 Jan 2019 14:37:46 +0000 Subject: Documentation: quieten sphinx-build output The output of the sphinx-build for our documentation is overly verbose. Reduce this output to warnings and errors with the '-q' quiet option. Acked-by: Jacopo Mondi Signed-off-by: Kieran Bingham --- Documentation/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/meson.build') diff --git a/Documentation/meson.build b/Documentation/meson.build index dd43b2cb..73da25b8 100644 --- a/Documentation/meson.build +++ b/Documentation/meson.build @@ -49,7 +49,7 @@ if sphinx.found() ] custom_target('documentation', - command: [sphinx, '-W', '-b', 'html', meson.current_source_dir(), '@OUTPUT@'], + command: [sphinx, '-q', '-W', '-b', 'html', meson.current_source_dir(), '@OUTPUT@'], input: docs_sources, output: 'html', build_by_default: true, -- cgit v1.2.1