Skip to content

Commit 6f44441

Browse files
making html_title a unicode string to prevent errors in Sphinx
1 parent d146ab7 commit 6f44441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103

104104
# The name for this set of Sphinx documents. If None, it defaults to
105105
# "<project> v<release> documentation".
106-
html_title = 'The Hitchhiker’s Guide to Python'
106+
html_title = u'The Hitchhiker’s Guide to Python'
107107

108108
# A shorter title for the navigation bar. Default is the same as html_title.
109109
#html_short_title = None

0 commit comments

Comments
 (0)