From: Anthony Geay Date: Wed, 20 Jan 2016 08:39:13 +0000 (+0100) Subject: Porting to sphinx 1.2 X-Git-Tag: V8_0_0b1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=219c8dab3b0e644b8528f2512d9c990def3f997d;p=modules%2Fmed.git Porting to sphinx 1.2 --- diff --git a/doc/dev/sphinx/conf.py.in b/doc/dev/sphinx/conf.py.in index de917ad04..e71a94f59 100644 --- a/doc/dev/sphinx/conf.py.in +++ b/doc/dev/sphinx/conf.py.in @@ -103,7 +103,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 = 'classic' +html_theme = 'basic' html_theme_options = { "stickysidebar": "false", "rightsidebar": "false",