[cfe-commits] r171424 - /cfe/trunk/docs/conf.py
Sean Silva
silvas at purdue.edu
Wed Jan 2 14:49:01 PST 2013
Author: silvas
Date: Wed Jan 2 16:48:50 2013
New Revision: 171424
URL: http://llvm.org/viewvc/llvm-project?rev=171424&view=rev
Log:
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).
Modified:
cfe/trunk/docs/conf.py
Modified: cfe/trunk/docs/conf.py
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/conf.py?rev=171424&r1=171423&r2=171424&view=diff
==============================================================================
--- cfe/trunk/docs/conf.py (original)
+++ cfe/trunk/docs/conf.py Wed Jan 2 16:48:50 2013
@@ -64,7 +64,7 @@
# 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
More information about the cfe-commits
mailing list