From 6a256a83965a48b90a1900e31609f7ca717f9aee Mon Sep 17 00:00:00 2001 From: Hugo Date: Sat, 21 Dec 2019 13:11:12 +0200 Subject: [PATCH] make doccheck: turn warnings into errors --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 1a912039e..510c4e2cc 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -42,7 +42,7 @@ clean: -rm -rf $(BUILDDIR)/* html: - $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html + $(SPHINXBUILD) -b html -W $(ALLSPHINXOPTS) $(BUILDDIR)/html @echo @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."