mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #4002 from TimKam/3987-fix-html_sidebars_quickstart
#3987 remove alabaster-specific sidebars from sphinx-quickstart template
This commit is contained in:
commit
61188861ca
@ -114,11 +114,8 @@ html_static_path = ['{{ dot }}static']
|
|||||||
# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
|
# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
|
||||||
html_sidebars = {
|
html_sidebars = {
|
||||||
'**': [
|
'**': [
|
||||||
'about.html',
|
|
||||||
'navigation.html',
|
|
||||||
'relations.html', # needs 'show_related': True theme option to display
|
'relations.html', # needs 'show_related': True theme option to display
|
||||||
'searchbox.html',
|
'searchbox.html',
|
||||||
'donate.html',
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user