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:
Takeshi KOMIYA 2017-08-20 00:15:25 +09:00 committed by GitHub
commit 61188861ca

View File

@ -114,11 +114,8 @@ html_static_path = ['{{ dot }}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
'searchbox.html',
'donate.html',
]
}