Browse Source

manual: omit ocdoc/* during doc generation

Daniel Molkentin 10 years ago
parent
commit
a9d12f3b1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      user_manual/conf.py

+ 1 - 1
user_manual/conf.py

@@ -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.
-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