aboutsummaryrefslogtreecommitdiff
path: root/Makefile.doc
diff options
context:
space:
mode:
authorThéo Zimmermann2018-04-15 09:59:21 +0200
committerThéo Zimmermann2018-04-15 09:59:21 +0200
commitc739e641949522a4861ece4374fbf37f0052b89e (patch)
tree6db201ce4e158eb7f7769a5611161ee1dc3619ca /Makefile.doc
parentc291a8829556dc2a61fcacc08b34e1d68d66b89e (diff)
parent48ee801ef08529a049c1c57e31760e7d63a8f11a (diff)
Merge PR #7252: Sphinx doc fix warnings
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 087d0b36bf..dc2b9f55d9 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."