From d13792a3a2ac5b0cbc97ee66e88e5737f9b17689 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 17 Oct 2012 09:21:40 -0700 Subject: [PATCH] death to curly quotes! --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b2bcce8..4dec12d 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 = 'The Hitchhiker\'s Guide to Python' # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None