From a18b0121aae1e46736733c931a45ec402e3a661f Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Fri, 28 Jan 2022 18:50:11 +0000 Subject: [PATCH] docs: update Makefile in order to detect build failures With the -W option sphinx-docs will yield a non-zero return code when it encounters warnings. With the --keep-going option sphinx-docs will continue running to the end of the build even if it encounters errors. Signed-off-by: Vincent Fu --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 3b979f9a..a444d83a 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = +SPHINXOPTS = -W --keep-going SPHINXBUILD = sphinx-build PAPER = BUILDDIR = output -- 2.25.1