From: vsr Date: Tue, 3 Nov 2015 10:01:29 +0000 (+0300) Subject: Fix error with documentation style used by Sphinx X-Git-Tag: V8_0_0a1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5c8ca365ad697aa70b4ea19d805b6a39a274634d;p=modules%2Fhexablock.git Fix error with documentation style used by Sphinx --- diff --git a/doc/conf.py.in b/doc/conf.py.in index b035a7a..f4564a2 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -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 # " v documentation".