Salome HOME
Exclude 'CVS' directories from source files processing. V7_3_BR V7_3_0 V7_3_0_WIN V7_3_0rc1
authorakl <akl@opencascade.com>
Mon, 16 Dec 2013 10:37:47 +0000 (10:37 +0000)
committerakl <akl@opencascade.com>
Mon, 16 Dec 2013 10:37:47 +0000 (10:37 +0000)
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