From: Vincent Fu Date: Fri, 28 Jan 2022 18:50:11 +0000 (+0000) Subject: docs: update Makefile in order to detect build failures X-Git-Tag: fio-3.30~48^2~6 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=a18b0121aae1e46736733c931a45ec402e3a661f;p=fio.git 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 --- 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