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:24:57 UTC

[6/9] git commit: Modify tox docs environment to generate documentation fixture before building the docs.

Modify tox docs environment to generate documentation fixture before
building the docs.


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

Branch: refs/heads/trunk
Commit: 3930894c44baafd5519784e3b87feac48524b6d6
Parents: 63af5b3
Author: Tomaz Muraus <to...@apache.org>
Authored: Sun Aug 4 20:17:29 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sun Aug 4 20:17:29 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/3930894c/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index 60f42d7..2d133ce 100644
--- a/tox.ini
+++ b/tox.ini
@@ -39,7 +39,8 @@ deps = mock
 deps = sphinx
 basepython = python
 changedir = docs
-commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
+commands = python ../contrib/generate_provider_feature_matrix_table.py
+           sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
 
 [testenv:examples]
 deps = flake8