From 56e61fd640b59a042bd803109906bed6599dfe74 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 20 Dec 2015 13:01:38 +0530 Subject: [PATCH] Remove the show source link from the html sidebar --- manual/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manual/conf.py b/manual/conf.py index 4897f0cc43..cf057f4ecc 100644 --- a/manual/conf.py +++ b/manual/conf.py @@ -113,8 +113,7 @@ html_theme = 'classic' html_theme_options = {'stickysidebar':'true', 'relbarbgcolor':'black'} # Put the quick search box on top html_sidebars = { - '**' : ['searchbox.html', 'localtoc.html', 'relations.html', - 'sourcelink.html'], + '**' : ['searchbox.html', 'localtoc.html', 'relations.html'] } # The favicon