From e86d571a403d0a50415673b73672286ea139f9b3 Mon Sep 17 00:00:00 2001 From: Kwpolska Date: Fri, 28 Sep 2012 20:02:05 +0200 Subject: [PATCH] html_title Signed-off-by: Kwpolska --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ad90eb2..b2bcce8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -103,7 +103,7 @@ html_theme_path = ['_themes'] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -#html_title = None +html_title = 'The Hitchhiker’s Guide to Python' # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None -- 1.8.0.2