From: akl Date: Mon, 16 Dec 2013 10:38:16 +0000 (+0000) Subject: Exclude 'CVS' directories from source files processing. X-Git-Tag: V7_3_0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FV7_3_BR;p=modules%2Fyacs.git Exclude 'CVS' directories from source files processing. --- diff --git a/doc/conf.py.in b/doc/conf.py.in index 90618fcc0..6b45e87a3 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -69,6 +69,11 @@ release = '@SALOMEYACS_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