From be0295da795ba584052c57830adfed02d3403a41 Mon Sep 17 00:00:00 2001 From: akl Date: Mon, 16 Dec 2013 10:37:47 +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 c6767fd..7e4cc29 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -67,6 +67,11 @@ release = '@SALOMEJOBMANAGER_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.30.2