Fix exclude pattern.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f5dc41b4 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f5dc41b4 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/f5dc41b4 Branch: refs/heads/trunk Commit: f5dc41b44dc97582159dfd00f82b172dab575d1c Parents: 0cb8878 Author: Tomaz Muraus <to...@tomaz.me> Authored: Wed Dec 30 17:06:56 2015 +0800 Committer: Tomaz Muraus <to...@tomaz.me> Committed: Wed Dec 30 17:06:56 2015 +0800 ---------------------------------------------------------------------- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/f5dc41b4/docs/conf.py ---------------------------------------------------------------------- diff --git a/docs/conf.py b/docs/conf.py index 34c9a0d..b047c6b 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 = [ - 'docs/apidocs/modules.rst', # generated during build (orphan) + 'apidocs/modules.rst', # generated during build (orphan) '_build', '*/_*.rst' ]