mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Fix smartquotes by disabling them: While smartquotes are somewhat configurable, it's better if we don't use them at all. Makes sure there are no hidden pit traps for the users. (#6576)
This commit is contained in:
parent
ab1780e8c0
commit
121aa2fe37
1 changed files with 4 additions and 0 deletions
|
@ -145,8 +145,12 @@ html_theme_path = ["../themes/"]
|
|||
|
||||
# If true, SmartyPants will be used to convert quotes and dashes to
|
||||
# typographically correct entities.
|
||||
# This was depreciated in Sphinx 1.6.6
|
||||
#html_use_smartypants = True
|
||||
|
||||
# We don't want smartquotes in general.
|
||||
smartquotes = False
|
||||
|
||||
# Custom sidebar templates, maps document names to template names.
|
||||
#html_sidebars = {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue