From 02d5d8ca2894b4c747458766a0ca2af92c938a8d Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Sun, 29 Nov 2020 19:14:03 +0000 Subject: [PATCH] docs: Makefile: Turn sphinx warnings into errors Currently patches that break the documentation build are not triggering CI failure. Fix this. Signed-off-by: Daniel Thompson --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index ea7a6c8..d3afd2c 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -3,7 +3,7 @@ # You can set these variables from the command line, and also # from the environment for the first two. -SPHINXOPTS ?= +SPHINXOPTS ?= -W --keep-going SPHINXBUILD ?= sphinx-build SOURCEDIR = . BUILDDIR = build