From 5c8ca365ad697aa70b4ea19d805b6a39a274634d Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 3 Nov 2015 13:01:29 +0300 Subject: [PATCH] Fix error with documentation style used by Sphinx --- doc/conf.py.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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". -- 2.39.2