Repository: libcloud Updated Branches: refs/heads/trunk e2d99e154 -> 099b2289d
As part of tox docs and docs-travis target, validate syntax in the CHANGES.rst file and make sure it's correct. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/099b2289 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/099b2289 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/099b2289 Branch: refs/heads/trunk Commit: 099b2289df483888e1e75e1ff81efc2ba035a996 Parents: e2d99e1 Author: Tomaz Muraus <[email protected]> Authored: Sun Sep 10 21:53:43 2017 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sun Sep 10 21:54:30 2017 +0200 ---------------------------------------------------------------------- tox.ini | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/099b2289/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 685325d..1c3d27f 100644 --- a/tox.ini +++ b/tox.ini @@ -33,8 +33,10 @@ deps = sphinx pysphere backports.ssl_match_hostname lockfile + rstcheck changedir = docs -commands = python ../contrib/generate_provider_feature_matrix_table.py +commands = rstcheck --report warning ../CHANGES.rst + python ../contrib/generate_provider_feature_matrix_table.py sphinx-apidoc -d 4 ../libcloud/ -o apidocs/ /bin/bash -c "ls apidocs/modules.rst && (grep orphan apidocs/modules.rst || sed -i '1i :orphan:\n' apidocs/modules.rst) || (exit 0)" sphinx-build -W -b html -d {envtmpdir}/doctrees . _build/html @@ -46,8 +48,10 @@ deps = sphinx pysphere backports.ssl_match_hostname lockfile + rstcheck changedir = docs -commands = python ../contrib/generate_provider_feature_matrix_table.py +commands = rstcheck --report warning ../CHANGES.rst + python ../contrib/generate_provider_feature_matrix_table.py /bin/bash -c "ls apidocs/modules.rst && (grep orphan apidocs/modules.rst || sed -i '1i :orphan:\n' apidocs/modules.rst) || (exit 0)" sphinx-build -W -b html -d {envtmpdir}/doctrees . _build/html
