Don't treat warnings as errors, output docs to _build/html.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/52b0b694 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/52b0b694 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/52b0b694 Branch: refs/heads/trunk Commit: 52b0b6940794aecb5f4112dca1a0823d1b384717 Parents: ea0b636 Author: Tomaz Muraus <[email protected]> Authored: Sun Aug 4 20:23:42 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sun Aug 4 20:23:42 2013 +0200 ---------------------------------------------------------------------- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/52b0b694/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 2d133ce..cf2da7d 100644 --- a/tox.ini +++ b/tox.ini @@ -40,7 +40,7 @@ deps = sphinx basepython = python changedir = docs commands = python ../contrib/generate_provider_feature_matrix_table.py - sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html + sphinx-build -b html -d {envtmpdir}/doctrees . _build/html [testenv:examples] deps = flake8
