Skip to content

Commit ad1c1cd

Browse files
author
Matthew Fisher
committed
fix(docs): turn off "warnings as errors" for sphinx-build
1 parent ed002df commit ad1c1cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)