diff options
author | Georg Brandl <georg@python.org> | 2015-03-08 15:35:04 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2015-03-08 15:35:04 +0100 |
commit | 705f6a997bf622cdc95f80868d0fd0a703124b1d (patch) | |
tree | a33a6cb96f3dd9e2a06e42d98f2aace20f54b23e /sphinx/environment.py | |
parent | f2267942f3e4ff9b33a7457af0d00b9841ec842b (diff) | |
parent | cc58f0a5e4804a0e5054d01bd07a76ed8ce17937 (diff) | |
download | sphinx-git-705f6a997bf622cdc95f80868d0fd0a703124b1d.tar.gz |
Merge branch 'apple-help' of git://github.com/al45tair/sphinx
Diffstat (limited to 'sphinx/environment.py')
-rw-r--r-- | sphinx/environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/environment.py b/sphinx/environment.py index 9ea57410b..661513041 100644 --- a/sphinx/environment.py +++ b/sphinx/environment.py @@ -460,7 +460,7 @@ class BuildEnvironment: config.exclude_patterns[:] + config.templates_path + config.html_extra_path + - ['**/_sources', '.#*'] + ['**/_sources', '.#*', '*.lproj/**'] ) self.found_docs = set(get_matching_docs( self.srcdir, config.source_suffix, exclude_matchers=matchers)) |