From 078d59079f4f7a8d76ef997b5cf3042033704dab Mon Sep 17 00:00:00 2001 From: akl Date: Mon, 16 Dec 2013 10:38:16 +0000 Subject: [PATCH] Exclude 'CVS' directories from source files processing. --- doc/conf.py.in | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.2