diff options
author | mattip <matti.picus@gmail.com> | 2019-03-21 13:58:27 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-03-21 13:59:32 +0200 |
commit | d3017129336ba055b3c718ba16ec8333f4947eac (patch) | |
tree | d7dca87f48b79e7846e196c7a63b5c7855042b7c /doc/Makefile | |
parent | 251c526672f897543176b966229ecde96bb89a9d (diff) | |
download | numpy-d3017129336ba055b3c718ba16ec8333f4947eac.tar.gz |
DOC, BUILD: fail the devdoc build if there are warnings
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |