From: akl Date: Mon, 16 Dec 2013 10:37:26 +0000 (+0000) Subject: Exclude 'CVS' directories from source files processing. X-Git-Tag: V7_3_0~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7006bc36778499c2a9c500295b007c90d9897c6a;p=modules%2Fhexablock.git Exclude 'CVS' directories from source files processing. --- diff --git a/doc/conf.py.in b/doc/conf.py.in index ef8a962..c5f403f 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -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