]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
Exclude 'CVS' directories from source files processing.
authorakl <akl@opencascade.com>
Mon, 16 Dec 2013 11:54:43 +0000 (11:54 +0000)
committerakl <akl@opencascade.com>
Mon, 16 Dec 2013 11:54:43 +0000 (11:54 +0000)
src/MEDOP/doc/sphinx/conf.py.in

index 9c8bdda8fd552c73d3c1dda7f9502df517bd7204..a5b52f77c83a7ea579009457d36318da47625b5c 100644 (file)
@@ -75,6 +75,11 @@ language = 'fr'
 # for source files.
 exclude_trees = ['.build','ref','images','CVS','.svn']
 
+# 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