Bug 962569 - Stop the auto-substitution of "--" with "–"; turn off SmartyPants. r=LpSolit, a=glob.

git-svn-id: svn://10.0.0.236/trunk@265198 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2014-01-24 10:30:56 +00:00
parent c108200441
commit b1735a9cb7
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
8881
8882

View 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 = {}