]> SALOME platform Git repositories - modules/hexablock.git/commitdiff
Salome HOME
Fix error with documentation style used by Sphinx V7_8_0a1
authorvsr <vsr@opencascade.com>
Tue, 3 Nov 2015 10:01:29 +0000 (13:01 +0300)
committervsr <vsr@opencascade.com>
Tue, 3 Nov 2015 10:01:29 +0000 (13:01 +0300)
doc/conf.py.in

index b035a7ac1be2599500d68cee68bb9e0ed410fc20..f4564a23ca04f4df632ae450b74ae8918bd0763c 100644 (file)
@@ -56,7 +56,7 @@ copyright = u'2009-2015  CEA/DEN, EDF R&D'
 # built documents.
 #
 # The short X.Y version.
-version = '@SHORT_VERSION@'
+version = '@SALOMEHEXABLOCK_VERSION@'
 # The full version, including alpha/beta/rc tags.
 release = '@SALOMEHEXABLOCK_VERSION@'
 
@@ -103,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 = 'default'
+
 # 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".