[fix] default sphinx theme has changed of name

This commit is contained in:
Laurent Peuch 2017-07-26 00:58:16 +02:00
parent b4d36b2d3e
commit 6bc658c2ed
2 changed files with 5 additions and 5 deletions

View file

@ -85,7 +85,7 @@ todo_include_todos = True
# 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
@ -105,11 +105,11 @@ html_static_path = ['_static']
# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
html_sidebars = {
'**': [
'about.html',
'navigation.html',
'relations.html', # needs 'show_related': True theme option to display
# 'about.html',
# 'navigation.html',
# 'relations.html', # needs 'show_related': True theme option to display
'searchbox.html',
'donate.html',
# 'donate.html',
]
}

0
doc/m18n.rst Normal file
View file