Skip to content

Commit bdaeb8a

Browse files
committed
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). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171424 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent d829379 commit bdaeb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
# List of patterns, relative to source directory, that match files and
6666
# directories to ignore when looking for source files.
67-
exclude_patterns = ['_build']
67+
exclude_patterns = ['_build', 'analyzer']
6868

6969
# The reST default role (used for this markup: `text`) to use for all documents.
7070
#default_role = None

0 commit comments

Comments
 (0)