From: ctn Date: Mon, 18 Jan 2016 09:19:42 +0000 (+0100) Subject: Quick Sphinx 1.2 porting X-Git-Tag: V7_8_0_EfiN~1^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=48744151f0f26746f21d3d7afb709c0a1383ae88;p=modules%2Feficas.git Quick Sphinx 1.2 porting --- diff --git a/Doc/CMakeLists.txt b/Doc/CMakeLists.txt index 8ff90d1c..12067fce 100755 --- a/Doc/CMakeLists.txt +++ b/Doc/CMakeLists.txt @@ -1,7 +1,7 @@ find_package(Sphinx REQUIRED) if(NOT DEFINED SPHINX_THEME) - set(SPHINX_THEME classic) + set(SPHINX_THEME basic) endif() if(NOT DEFINED SPHINX_THEME_DIR) diff --git a/Doc/conf.py b/Doc/conf.py index 0f1a77fb..a242a882 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -91,7 +91,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'classic' +html_theme = 'basic' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the