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:
Firehawke 2020-04-21 00:30:06 -07:00 committed by GitHub
parent ab1780e8c0
commit 121aa2fe37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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