Skip to content

Commit 3392f13

Browse files
committed
ref(docs): error on warnings for all Makefile targets
1 parent c0b7a32 commit 3392f13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33

44
# You can set these variables from the command line.
5-
SPHINXOPTS =
5+
SPHINXOPTS = -W
66
SPHINXBUILD = sphinx-build
77
PAPER =
88
BUILDDIR = _build
@@ -70,7 +70,7 @@ server: dirhtml
7070
test: clean
7171
@if [ ! -d venv ]; then virtualenv venv; fi
7272
venv/bin/pip install -q -r docs_requirements.txt
73-
venv/bin/$(SPHINXBUILD) -b dirhtml -N -W $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
73+
venv/bin/$(SPHINXBUILD) -b dirhtml -N $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
7474
grep -q \<h1\>Welcome _build/dirhtml/index.html || exit 1
7575
@echo
7676
@echo "Test finished. The HTML pages are in $(BUILDDIR)/dirhtml."

0 commit comments

Comments
 (0)