From 0c22f3c6291d785954e5885a68fe716bf34cafeb Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 20 Jun 2019 13:35:58 +0200 Subject: [PATCH] docs: treat sphinx warnings as errors --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 51285967..b235f7e2 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = +SPHINXOPTS = -W --keep-going SPHINXBUILD = sphinx-build SOURCEDIR = . BUILDDIR = _build