Salome HOME
Copyright update: 2016
[modules/hexablock.git] / doc / conf.py.in
index ef8a962abaaf254e801c52ea233f0a81ce1e81b7..54492a14f0e022c0ac9a3682e3f8c5bef0aab717 100644 (file)
@@ -49,14 +49,14 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'HexaBlock'
-copyright = u'2009-2013  CEA/DEN, EDF R&D'
+copyright = u'2009-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
 # built documents.
 #
 # The short X.Y version.
-version = '@SHORT_VERSION@'
+version = '@SALOMEHEXABLOCK_VERSION@'
 # The full version, including alpha/beta/rc tags.
 release = '@SALOMEHEXABLOCK_VERSION@'
 
@@ -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
 
@@ -98,10 +103,14 @@ pygments_style = 'sphinx'
 # Options for HTML output
 # -----------------------
 
+# The theme to use for HTML and HTML Help pages.  Major themes that come with
+# Sphinx are currently 'default' and 'sphinxdoc'.
+html_theme = '@SPHINX_THEME@'
+
 # The style sheet to use for HTML and HTML Help pages. A file of that name
 # must exist either in Sphinx' static/ path, or in one of the custom paths
 # given in html_static_path.
-html_style = 'default.css'
+#html_style = 'default.css'
 
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".