From: akl Date: Mon, 16 Dec 2013 11:54:43 +0000 (+0000) Subject: Exclude 'CVS' directories from source files processing. X-Git-Tag: V7_3_1b1~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6ed490fcad013baed5fda04522ab19d0f0ddfad5;p=tools%2Fmedcoupling.git Exclude 'CVS' directories from source files processing. --- diff --git a/src/MEDOP/doc/sphinx/conf.py.in b/src/MEDOP/doc/sphinx/conf.py.in index 9c8bdda8f..a5b52f77c 100644 --- a/src/MEDOP/doc/sphinx/conf.py.in +++ b/src/MEDOP/doc/sphinx/conf.py.in @@ -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