Merge "Disable SmartyPants for docs"

This commit is contained in:
Jenkins 2017-06-16 07:44:47 +00:00 committed by Gerrit Code Review
commit 0aec5e47b8
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ html_last_updated_fmt = os.popen(git_cmd).read()
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
#html_use_smartypants = True
html_use_smartypants = False
# Custom sidebar templates, maps document names to template names.
#html_sidebars = {}