From 7006bc36778499c2a9c500295b007c90d9897c6a Mon Sep 17 00:00:00 2001 From: akl Date: Mon, 16 Dec 2013 10:37:26 +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 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 -- 2.39.2