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