X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fconf.py.in;h=9373fc139dd17642049c1c6ec6dfd7b83405648c;hb=2967c6bab119215c635eb87184be1a69ed82d9f5;hp=90618fcc033696d6f8ad2e22d1ee8565efd7be78;hpb=d0e4cc3fb605c0f1bffc562791c0f672f80bf480;p=modules%2Fyacs.git diff --git a/doc/conf.py.in b/doc/conf.py.in index 90618fcc0..9373fc139 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = 'yacs' -copyright = '2007-2013 CEA/DEN, EDF R&D.' +copyright = '2007-2016 CEA/DEN, EDF R&D.' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -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 @@ -92,7 +97,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. Major themes that come with # Sphinx are currently 'default' and 'sphinxdoc'. -html_theme = 'default' +html_theme = '@SPHINX_THEME@' # The name for this set of Sphinx documents. If None, it defaults to # " v documentation".