[libcamera-devel] [PATCH] Documentation: quieten sphinx-build output

Kieran Bingham kieran.bingham at ideasonboard.com
Mon Jan 14 10:40:44 CET 2019


The output of the sphinx-build for our documentation is overly verbose.
Reduce this output to warnings and errors with the '-q' quiet option.

Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
---
 Documentation/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/meson.build b/Documentation/meson.build
index dd43b2cbd401..73da25b848cc 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,
-- 
2.17.1



More information about the libcamera-devel mailing list