This commit is contained in:
Kovid Goyal 2015-07-06 18:19:23 +05:30
parent e731a1caea
commit c47f0844a5

View File

@ -109,7 +109,7 @@ pygments_style = 'sphinx'
# The style sheet to use for HTML and HTML Help pages. A file of that name # The style sheet to use for HTML and HTML Help pages. A file of that name
# must exist either in Sphinx' static/ path, or in one of the custom paths # must exist either in Sphinx' static/ path, or in one of the custom paths
# given in html_static_path. # given in html_static_path.
html_theme = 'default' html_theme = 'classic'
html_theme_options = {'stickysidebar':'true', 'relbarbgcolor':'black'} html_theme_options = {'stickysidebar':'true', 'relbarbgcolor':'black'}
# Put the quick search box on top # Put the quick search box on top
html_sidebars = { html_sidebars = {