aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.doc
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-04-14 21:56:57 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-04-14 21:59:15 +0200
commit48ee801ef08529a049c1c57e31760e7d63a8f11a (patch)
tree6db201ce4e158eb7f7769a5611161ee1dc3619ca /Makefile.doc
parentab2e6772c6cbe2e6fa8851a1b399222a2a7740e3 (diff)
[Sphinx] Build with warnings as errors
Most of these warnings should really be errors (ill-formed input, invalid cross references, etc.) so we make it the default.
Diffstat (limited to 'Makefile.doc')
-rw-r--r--Makefile.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.doc b/Makefile.doc
index 087d0b36b..dc2b9f55d 100644
--- a/Makefile.doc
+++ b/Makefile.doc
@@ -82,7 +82,7 @@ doc: sphinx refman tutorial rectutorial stdlib $(INDEXURLS)
sphinx: coq
$(SHOW)'SPHINXBUILD doc/sphinx'
- $(HIDE)COQBIN="$(PWD)/bin" $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) doc/sphinx $(SPHINXBUILDDIR)/html
+ $(HIDE)COQBIN="$(PWD)/bin" $(SPHINXBUILD) -W -b html $(ALLSPHINXOPTS) doc/sphinx $(SPHINXBUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(SPHINXBUILDDIR)/html."