From b531d055d8cf5853175e6349ec66db5ce162332a Mon Sep 17 00:00:00 2001 From: Andrew Macgregor Date: Sun, 14 Oct 2012 10:26:17 +0800 Subject: [PATCH] making html_tile a unicode string to prevent errors in Sphinx --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b2bcce8..9361105 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 = 'The Hitchhiker’s Guide to Python' +html_title = u'The Hitchhiker’s Guide to Python' # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None