diff options
Diffstat (limited to 'clang/docs/conf.py')
-rw-r--r-- | clang/docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/conf.py b/clang/docs/conf.py index b69ccf54c3a..0c35fb103a4 100644 --- a/clang/docs/conf.py +++ b/clang/docs/conf.py @@ -64,7 +64,7 @@ release = '3.3' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ['_build'] +exclude_patterns = ['_build', 'analyzer'] # The reST default role (used for this markup: `text`) to use for all documents. #default_role = None |