Exclude everything under apidocs/*.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5e5f7a5f Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5e5f7a5f Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/5e5f7a5f Branch: refs/heads/trunk Commit: 5e5f7a5f603361ff4f7e56de5308668f60ce3053 Parents: f5dc41b Author: Tomaz Muraus <to...@tomaz.me> Authored: Wed Dec 30 17:09:25 2015 +0800 Committer: Tomaz Muraus <to...@tomaz.me> Committed: Wed Dec 30 17:09:53 2015 +0800 ---------------------------------------------------------------------- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/5e5f7a5f/docs/conf.py ---------------------------------------------------------------------- diff --git a/docs/conf.py b/docs/conf.py index b047c6b..f1e53d8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -80,7 +80,7 @@ release = '0.14.0-dev' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. exclude_patterns = [ - 'apidocs/modules.rst', # generated during build (orphan) + 'apidocs/*', # generated during build (orphans) '_build', '*/_*.rst' ]