From: Gervase Markham Date: Fri, 24 Jan 2014 10:19:54 +0000 (+0100) Subject: Bug 962569 - Stop the auto-substitution of "--" with "–"; turn off SmartyPants. r... X-Git-Tag: bugzilla-4.5.2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27ffdb76af4834c7892b3f3f7141df9b948f7190;p=thirdparty%2Fbugzilla.git Bug 962569 - Stop the auto-substitution of "--" with "–"; turn off SmartyPants. r=LpSolit, a=glob. --- diff --git a/docs/en/rst/conf.py b/docs/en/rst/conf.py index 1d8d0e909b..d46b87c3d7 100644 --- a/docs/en/rst/conf.py +++ b/docs/en/rst/conf.py @@ -131,7 +131,8 @@ html_static_path = ['_static'] # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. -#html_use_smartypants = True +# Switched off because it converted --long-option to –long-option +html_use_smartypants = False # Custom sidebar templates, maps document names to template names. #html_sidebars = {}