mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-03 20:36:16 +01:00
Use the default Sphinx theme rather than classic
This commit is contained in:
parent
5f480c9d62
commit
944795db53
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@
|
|||
# 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
|
||||
# given in html_static_path.
|
||||
html_theme = 'classic'
|
||||
html_theme = 'default'
|
||||
html_theme_options = {'stickysidebar':'true', 'relbarbgcolor':'black'}
|
||||
# Put the quick search box on top
|
||||
html_sidebars = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue