From c9e7b03f53cf0c9d0e11f474b4b000dedccc3bcc Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 2 Nov 2023 16:06:56 +0100 Subject: [PATCH] Fail on warnings when building with sphinx-build Fixes https://codeberg.org/openpgp/notes/issues/90 Signed-off-by: David Runge --- book/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/Makefile b/book/Makefile index 15c0f8a..a8776a5 100644 --- a/book/Makefile +++ b/book/Makefile @@ -6,7 +6,7 @@ # You can set these variables from the command line, and also # from the environment for the first two. -SPHINXOPTS ?= +SPHINXOPTS ?= -W SPHINXBUILD ?= sphinx-build LYCHEE ?= lychee SOURCEDIR = source