From 27ffdb76af4834c7892b3f3f7141df9b948f7190 Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Fri, 24 Jan 2014 11:19:54 +0100 Subject: Bug 962569 - Stop the auto-substitution of "--" with "–"; turn off SmartyPants. r=LpSolit, a=glob. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/rst/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/en/rst/conf.py b/docs/en/rst/conf.py index 1d8d0e909..d46b87c3d 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 = {} -- cgit v1.2.3-24-g4f1b