Insert ":orphan:" strict to doc files which are not included anywhere.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/36b5a703 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/36b5a703 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/36b5a703 Branch: refs/heads/trunk Commit: 36b5a703bd243e336fb35f9b82f8a7016c9a399a Parents: 8ea38d9 Author: Tomaz Muraus <[email protected]> Authored: Wed Sep 6 17:14:19 2017 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sun Sep 10 21:51:29 2017 +0200 ---------------------------------------------------------------------- tox.ini | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/36b5a703/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index bc180e2..fb1ced3 100644 --- a/tox.ini +++ b/tox.ini @@ -36,6 +36,7 @@ deps = sphinx changedir = docs commands = python ../contrib/generate_provider_feature_matrix_table.py sphinx-apidoc -d 4 ../libcloud/ -o apidocs/ + /bin/bash -c "grep orphan apidocs/modules.rst || sed -i '1i :orphan:\n' apidocs/modules.rst" sphinx-build -W -b html -d {envtmpdir}/doctrees . _build/html [testenv:docs-travis] @@ -47,6 +48,7 @@ deps = sphinx lockfile changedir = docs commands = python ../contrib/generate_provider_feature_matrix_table.py + /bin/bash -c "grep orphan apidocs/modules.rst || sed -i '1i :orphan:\n' apidocs/modules.rst" sphinx-build -W -b html -d {envtmpdir}/doctrees . _build/html [testenv:scrape-ec2-prices]
