From d3017129336ba055b3c718ba16ec8333f4947eac Mon Sep 17 00:00:00 2001 From: mattip Date: Thu, 21 Mar 2019 13:58:27 +0200 Subject: DOC, BUILD: fail the devdoc build if there are warnings --- doc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index cb8f8a397..c70111385 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -20,7 +20,8 @@ FILES= # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 PAPEROPT_letter = -D latex_paper_size=letter -ALLSPHINXOPTS = -d build/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source +ALLSPHINXOPTS = -WT --keep-going -d build/doctrees $(PAPEROPT_$(PAPER)) \ + $(SPHINXOPTS) source .PHONY: help clean html web pickle htmlhelp latex changes linkcheck \ dist dist-build gitwash-update -- cgit v1.2.1