We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b7a32 commit 3392f13Copy full SHA for 3392f13
1 file changed
docs/Makefile
@@ -2,7 +2,7 @@
2
#
3
4
# You can set these variables from the command line.
5
-SPHINXOPTS =
+SPHINXOPTS = -W
6
SPHINXBUILD = sphinx-build
7
PAPER =
8
BUILDDIR = _build
@@ -70,7 +70,7 @@ server: dirhtml
70
test: clean
71
@if [ ! -d venv ]; then virtualenv venv; fi
72
venv/bin/pip install -q -r docs_requirements.txt
73
- venv/bin/$(SPHINXBUILD) -b dirhtml -N -W $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
+ venv/bin/$(SPHINXBUILD) -b dirhtml -N $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
74
grep -q \<h1\>Welcome _build/dirhtml/index.html || exit 1
75
@echo
76
@echo "Test finished. The HTML pages are in $(BUILDDIR)/dirhtml."
0 commit comments