mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add html_sidebars for alabaster by default
It's required for alabaster to render correctly, see: http://alabaster.readthedocs.io/en/latest/installation.html
This commit is contained in:
parent
0aa5657f69
commit
b52b790e7f
@ -119,6 +119,21 @@ html_sidebars = {
|
|||||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||||
html_static_path = ['{{ dot }}static']
|
html_static_path = ['{{ dot }}static']
|
||||||
|
|
||||||
|
# Custom sidebar templates, must be a dictionary that maps document names
|
||||||
|
# to template names.
|
||||||
|
#
|
||||||
|
# This is required for the alabaster theme and you should remove this if you
|
||||||
|
# switch your theme and don't want to customize this.
|
||||||
|
html_sidebars = {
|
||||||
|
'**': [
|
||||||
|
'about.html',
|
||||||
|
'navigation.html',
|
||||||
|
'relations.html',
|
||||||
|
'searchbox.html',
|
||||||
|
'donate.html',
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
# -- Options for HTMLHelp output ------------------------------------------
|
# -- Options for HTMLHelp output ------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user