manual: omit ocdoc/* during doc generation
authorDaniel Molkentin <daniel@molkentin.de>
Tue, 27 Jan 2015 22:29:49 +0000 (23:29 +0100)
committerDaniel Molkentin <daniel@molkentin.de>
Tue, 27 Jan 2015 22:35:45 +0000 (23:35 +0100)
user_manual/conf.py

index b9c5711..cea5e96 100644 (file)
@@ -67,7 +67,7 @@ release = '@VERSION@'
 
 # List of patterns, relative to source directory, that match files and
 # directories to ignore when looking for source files.
 
 # List of patterns, relative to source directory, that match files and
 # directories to ignore when looking for source files.
-exclude_patterns = ['_build','scripts/*']
+exclude_patterns = ['_build','scripts/*', 'ocdoc/*']
 
 # The reST default role (used for this markup: `text`) to use for all documents.
 #default_role = None
 
 # The reST default role (used for this markup: `text`) to use for all documents.
 #default_role = None