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:
parent
c108200441
commit
b1735a9cb7
@ -1 +1 @@
|
|||||||
8881
|
8882
|
||||||
@ -131,7 +131,8 @@ html_static_path = ['_static']
|
|||||||
|
|
||||||
# If true, SmartyPants will be used to convert quotes and dashes to
|
# If true, SmartyPants will be used to convert quotes and dashes to
|
||||||
# typographically correct entities.
|
# 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.
|
# Custom sidebar templates, maps document names to template names.
|
||||||
#html_sidebars = {}
|
#html_sidebars = {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user