Steve Piercy
2018-03-13 08d8a2ab11ef093aa8345d829a2b82eae7ef79f2
attempt to fix smart quotes
- Testing whether the version of Sphinx on RTD removes smart quotes.
See http://www.sphinx-doc.org/en/stable/config.html#confval-smartquotes

(cherry picked from commit ad6593c)
1 files modified
5 ■■■■■ changed files
docs/conf.py 5 ●●●●● patch | view | raw | blame | history
docs/conf.py
@@ -173,6 +173,11 @@
# using the given strftime format.
html_last_updated_fmt = '%b %d, %Y'
# Do not use smart quotes.
smartquotes = False
# Remove next line when RTD goes to Sphinx==1.6.6
html_use_smartypants = False
# Output file base name for HTML help builder.
htmlhelp_basename = 'pyramid'