docs: treat sphinx warnings as errors

This commit is contained in:
Martin Weinelt 2019-06-20 13:35:58 +02:00
parent 372d9c372e
commit 0c22f3c629
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# #
# You can set these variables from the command line. # You can set these variables from the command line.
SPHINXOPTS = SPHINXOPTS = -W --keep-going
SPHINXBUILD = sphinx-build SPHINXBUILD = sphinx-build
SOURCEDIR = . SOURCEDIR = .
BUILDDIR = _build BUILDDIR = _build