From 4f33c156a433dab16a1d15375736c93590be5736 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 19 Jan 2018 10:11:51 -0500 Subject: [PATCH] don't show source Signed-off-by: Kenneth Reitz --- source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/conf.py b/source/conf.py index 470bea4..22d2079 100644 --- a/source/conf.py +++ b/source/conf.py @@ -122,6 +122,7 @@ html_sidebars = { html_title = 'How to Python!' html_show_sphinx = False +html_show_sourcelink = False # -- Options for HTMLHelp output ------------------------------------------