Revision e7f6524c Makefile.am

b/Makefile.am
160 160
doc/html/.stamp: $(docrst) $(docpng) doc/conf.py configure.ac
161 161
	@test -n "$(SPHINX)" || \
162 162
	    { echo 'sphinx-build' not found during configure; exit 1; }
163
	PYTHONPATH=. $(RUN_IN_TEMPDIR) $(SPHINX) -q -b html \
163
	PYTHONPATH=. $(RUN_IN_TEMPDIR) $(SPHINX) -q -W -b html \
164 164
	    -d . \
165 165
	    -D version="$(VERSION_MAJOR).$(VERSION_MINOR)" \
166 166
	    -D release="$(PACKAGE_VERSION)" \

Also available in: Unified diff