From 27ffdb76af4834c7892b3f3f7141df9b948f7190 Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Fri, 24 Jan 2014 11:19:54 +0100 Subject: =?UTF-8?q?Bug=20962569=20-=20Stop=20the=20auto-substitution=20of?= =?UTF-8?q?=20"--"=20with=20"=E2=80=93";=20turn=20off=20SmartyPants.=20r?= =?UTF-8?q?=3DLpSolit,=20a=3Dglob.?= 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/en') 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.1