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 <[email protected]> Authored: Sun Aug 4 20:17:29 2013 +0200 Committer: Tomaz Muraus <[email protected]> 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
