making html_tile a unicode string to prevent errors in Sphinx

This commit is contained in:
Andrew Macgregor
2012-10-14 10:26:17 +08:00
parent d146ab7958
commit b531d055d8
+1 -1
View File
@@ -103,7 +103,7 @@ html_theme_path = ['_themes']
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
html_title = 'The Hitchhikers Guide to Python'
html_title = u'The Hitchhikers Guide to Python'
# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None