Salome HOME
Exclude 'CVS' directories from source files processing.
[modules/jobmanager.git] / doc / conf.py.in
index c6767fd9554102e4f2d22b55d8dc1d78cb05fa19..7e4cc2967e9d967c5ad1da84aa894196188d0018 100644 (file)
@@ -67,6 +67,11 @@ release = '@SALOMEJOBMANAGER_VERSION@'
 # for source files.
 exclude_trees = ['.build','ref','images','CVS']
 
+# A list of glob-style patterns that should be excluded when looking for source
+# files. They are matched against the source file names relative to the
+# source directory, using slashes as directory separators on all platforms.
+exclude_patterns = ['**/CVS']
+
 # The reST default role (used for this markup: `text`) to use for all documents.
 #default_role = None