mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03: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
@ -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 New Issue
Block a user