Repository: libcloud Updated Branches: refs/heads/trunk f3c7474b8 -> 7ec025e2d
Don't treat sphinx warning as error in testenv:docs-travis Closes #1061 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/7ec025e2 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/7ec025e2 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/7ec025e2 Branch: refs/heads/trunk Commit: 7ec025e2dbc77f19ececd783633a7ff3ef27871f Parents: f3c7474 Author: Francisco Ros <[email protected]> Authored: Wed May 24 18:03:40 2017 +0200 Committer: Anthony Shaw <[email protected]> Committed: Wed May 31 17:47:11 2017 +1000 ---------------------------------------------------------------------- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/7ec025e2/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index cef485c..b125b9e 100644 --- a/tox.ini +++ b/tox.ini @@ -44,7 +44,7 @@ deps = sphinx backports.ssl_match_hostname changedir = docs commands = python ../contrib/generate_provider_feature_matrix_table.py - sphinx-build -W -b html -d {envtmpdir}/doctrees . _build/html + sphinx-build -b html -d {envtmpdir}/doctrees . _build/html [testenv:scrape-ec2-prices] deps = requests
