Salome HOME
Exclude 'CVS' directories from source files processing.
authorakl <akl@opencascade.com>
Mon, 16 Dec 2013 10:37:26 +0000 (10:37 +0000)
committerakl <akl@opencascade.com>
Mon, 16 Dec 2013 10:37:26 +0000 (10:37 +0000)
doc/conf.py.in

index ef8a962abaaf254e801c52ea233f0a81ce1e81b7..c5f403fb9a319e2372b7b1c1749d3d18ce58e28e 100644 (file)
@@ -77,6 +77,11 @@ release = '@SALOMEHEXABLOCK_VERSION@'
 # for source files.
 exclude_trees = []
 
+# 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