From 8ad1f626648414f6f751c0e9441c25bb792a29e6 Mon Sep 17 00:00:00 2001 From: Alex Domingo Date: Sat, 29 Jul 2023 23:56:50 +0200 Subject: [PATCH] turn sphinx build warnings into errors --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 27dd6533..f1ee0b0b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = +SPHINXOPTS = -W SPHINXBUILD = sphinx-build SPHINXAUTOBUILD = sphinx-autobuild SOURCEDIR = source