From f1a5e2f6cb22cdf5f5559b86cd67107ff1984e2b Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 28 Jan 2018 20:53:01 -0800 Subject: Remove `html_use_smartypants` setting because RTD now uses Sphinx 1.6.5 --- docs/conf.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4e9c40297..3b2c0bf33 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -173,10 +173,6 @@ html_title = 'The Pyramid Web Framework v%s' % release # using the given strftime format. html_last_updated_fmt = '%b %d, %Y' -# If true, SmartyPants will be used to convert quotes and dashes to -# typographically correct entities. -html_use_smartypants = False # people use cutnpaste in some places - # Output file base name for HTML help builder. htmlhelp_basename = 'pyramid' -- cgit v1.2.3