Merge pull request #944 from bigchaindb/docs-warnings-as-errors

Treat warnings as errors in documentation builds
This commit is contained in:
libscott 2016-12-13 16:59:52 +01:00 committed by GitHub
commit dcede16aae
2 changed files with 2 additions and 2 deletions

View File

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

View File

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