sphinx: remove sidebar stuff: relations, sourcelink and searchbox

This commit is contained in:
David Halter
2013-02-04 01:00:05 +01:00
parent bbc1a6f425
commit ed61f28549

View File

@@ -143,10 +143,10 @@ html_sidebars = {
'**': [ '**': [
# 'sidebarlogo.html', # 'sidebarlogo.html',
'localtoc.html', 'localtoc.html',
'relations.html', # 'relations.html',
'ghbuttons.html', 'ghbuttons.html',
'sourcelink.html', # 'sourcelink.html',
'searchbox.html' # 'searchbox.html'
] ]
} }