From 48744151f0f26746f21d3d7afb709c0a1383ae88 Mon Sep 17 00:00:00 2001 From: ctn Date: Mon, 18 Jan 2016 10:19:42 +0100 Subject: [PATCH] Quick Sphinx 1.2 porting --- Doc/CMakeLists.txt | 2 +- Doc/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2