We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed002df commit ad1c1cdCopy full SHA for ad1c1cd
1 file changed
docs/Makefile
@@ -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