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 21:25:03 UTC

git commit: Use python2.7 when generating docs.

Updated Branches:
  refs/heads/trunk 52b0b6940 -> 46ff3f545


Use python2.7 when generating docs.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/46ff3f54
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/46ff3f54
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/46ff3f54

Branch: refs/heads/trunk
Commit: 46ff3f545770d131e5859f663b68c1444771faa0
Parents: 52b0b69
Author: Tomaz Muraus <to...@apache.org>
Authored: Sun Aug 4 21:24:50 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sun Aug 4 21:24:50 2013 +0200

----------------------------------------------------------------------
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/46ff3f54/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index cf2da7d..9184a63 100644
--- a/tox.ini
+++ b/tox.ini
@@ -37,7 +37,7 @@ deps = mock
 
 [testenv:docs]
 deps = sphinx
-basepython = python
+basepython = python2.7
 changedir = docs
 commands = python ../contrib/generate_provider_feature_matrix_table.py
            sphinx-build -b html -d {envtmpdir}/doctrees . _build/html