From 437db1597888674868033d567d05185c20e5f128 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Wed, 2 Jan 2013 22:48:50 +0000 Subject: [PATCH] Exclude docs/analyzer/ from the default Sphinx build. This paves the way for converting the analyzer docs to Sphinx (by setting up a nested Sphinx tree in this directory). llvm-svn: 171424 --- clang/docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/conf.py b/clang/docs/conf.py index b69ccf54c3af..0c35fb103a4d 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