summaryrefslogtreecommitdiff
path: root/sphinx/environment.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2015-03-08 15:35:04 +0100
committerGeorg Brandl <georg@python.org>2015-03-08 15:35:04 +0100
commit705f6a997bf622cdc95f80868d0fd0a703124b1d (patch)
treea33a6cb96f3dd9e2a06e42d98f2aace20f54b23e /sphinx/environment.py
parentf2267942f3e4ff9b33a7457af0d00b9841ec842b (diff)
parentcc58f0a5e4804a0e5054d01bd07a76ed8ce17937 (diff)
downloadsphinx-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.py2
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))