From 749371363b533784b8c14c264364dbb7c45b55c8 Mon Sep 17 00:00:00 2001 From: akl Date: Mon, 16 Dec 2013 11:54:43 +0000 Subject: [PATCH] Exclude 'CVS' directories from source files processing. --- src/MEDOP/doc/sphinx/conf.py.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/MEDOP/doc/sphinx/conf.py.in b/src/MEDOP/doc/sphinx/conf.py.in index 9c8bdda8f..a5b52f77c 100644 --- a/src/MEDOP/doc/sphinx/conf.py.in +++ b/src/MEDOP/doc/sphinx/conf.py.in @@ -75,6 +75,11 @@ language = 'fr' # for source files. exclude_trees = ['.build','ref','images','CVS','.svn'] +# 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