]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 962569 - Stop the auto-substitution of "--" with "–"; turn off SmartyPants. r...
authorGervase Markham <gerv@gerv.net>
Fri, 24 Jan 2014 10:19:54 +0000 (11:19 +0100)
committerGervase Markham <gerv@mozilla.org>
Fri, 24 Jan 2014 10:19:54 +0000 (11:19 +0100)
docs/en/rst/conf.py

index 1d8d0e909bfb1823c791463b03637d9dfa83f091..d46b87c3d70fca69d972c904c67c35de23610967 100644 (file)
@@ -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 = {}