Skip to content

Commit 7742fb9

Browse files
committed
Add -W to make warnings as errors
1 parent 699dbb4 commit 7742fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PAPER =
1212
SOURCES =
1313
DISTVERSION = $(shell $(PYTHON) tools/extensions/patchlevel.py)
1414

15-
ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees -D latex_elements.papersize=$(PAPER) \
15+
ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees -W -D latex_elements.papersize=$(PAPER) \
1616
$(SPHINXOPTS) . build/$(BUILDER) $(SOURCES)
1717

1818
.PHONY: help build html htmlhelp latex text changes linkcheck \

0 commit comments

Comments
 (0)