You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/08/04 20:25:00 UTC

[9/9] git commit: Don't treat warnings as errors, output docs to _build/html.

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 <to...@apache.org>
Authored: Sun Aug 4 20:23:42 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
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