Remove the show source link from the html sidebar

This commit is contained in:
Kovid Goyal 2015-12-20 13:01:38 +05:30
parent 4a7be04558
commit 56e61fd640

View File

@ -113,8 +113,7 @@ html_theme = 'classic'
html_theme_options = {'stickysidebar':'true', 'relbarbgcolor':'black'} html_theme_options = {'stickysidebar':'true', 'relbarbgcolor':'black'}
# Put the quick search box on top # Put the quick search box on top
html_sidebars = { html_sidebars = {
'**' : ['searchbox.html', 'localtoc.html', 'relations.html', '**' : ['searchbox.html', 'localtoc.html', 'relations.html']
'sourcelink.html'],
} }
# The favicon # The favicon