From 298602768e7579d1ca500c60118ca77f4f90fa0a Mon Sep 17 00:00:00 2001 From: Sergei Trofimov Date: Fri, 17 Jul 2015 12:43:25 +0100 Subject: [PATCH] doc: changing theme to "classic" to be compatible with new version of sphinx --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 56c30053..2a720b10 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -113,7 +113,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 = 'default' +html_theme = 'classic' # 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