Treat sphinx build warnings as errors.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/11c9f00e Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/11c9f00e Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/11c9f00e Branch: refs/heads/trunk Commit: 11c9f00ef1e34e7de581f62d088075b3f2af6e6f Parents: 579439a Author: Tomaz Muraus <[email protected]> Authored: Sun Jan 5 23:25:29 2014 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Jan 5 23:25:29 2014 +0100 ---------------------------------------------------------------------- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/11c9f00e/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 6caeed9..157031a 100644 --- a/tox.ini +++ b/tox.ini @@ -43,7 +43,7 @@ deps = sphinx basepython = python2.7 changedir = docs commands = python ../contrib/generate_provider_feature_matrix_table.py - sphinx-build -b html -d {envtmpdir}/doctrees . _build/html + sphinx-build -W -b html -d {envtmpdir}/doctrees . _build/html [testenv:lint] deps = flake8
