Treat sphinx warnings as errors while building docs.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/4c42cc22 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/4c42cc22 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/4c42cc22 Branch: refs/heads/trunk Commit: 4c42cc22ba0346bad3770a9a04161cb5ea04fb8e Parents: 0a7b29e Author: Tomaz Muraus <to...@tomaz.me> Authored: Wed Dec 30 16:34:10 2015 +0800 Committer: Tomaz Muraus <to...@tomaz.me> Committed: Wed Dec 30 16:34:10 2015 +0800 ---------------------------------------------------------------------- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/4c42cc22/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 109c720..29dc779 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,7 @@ deps = sphinx changedir = docs commands = python ../contrib/generate_provider_feature_matrix_table.py sphinx-apidoc -d 2 ../libcloud/ -o apidocs/ - sphinx-build -b html -d {envtmpdir}/doctrees . _build/html + sphinx-build -W -b html -d {envtmpdir}/doctrees . _build/html [testenv:scrape-ec2-prices] deps = requests