From 55280d9f0629ab5d83a2c27683c7f6f1446ace56 Mon Sep 17 00:00:00 2001 From: Inaky Perez-Gonzalez Date: Mon, 13 Jun 2016 16:31:14 -0700 Subject: [PATCH] doc: sphinx-build prints only warnings or errors Pass -q to sphinx-build so it only prints what is wrong, not a huge list of progress information that in most cases is not necessary. Note that this can be overriden from the environment. Change-Id: I8735e7ad9a2998734d4e9dda9b3e826ce07b5527 Signed-off-by: Inaky Perez-Gonzalez --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index a07db810d5d..c9276d1575b 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = +SPHINXOPTS ?= -q SPHINXBUILD = sphinx-build PAPER = BUILDDIR = _build