summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-01-28 20:53:01 -0800
committerSteve Piercy <web@stevepiercy.com>2018-01-28 20:53:01 -0800
commitf1a5e2f6cb22cdf5f5559b86cd67107ff1984e2b (patch)
tree3783815b06fa7cf24c407452a1034114f477892d /docs/conf.py
parent1e37884916afd9e41993b792f888bfd6bc8d7562 (diff)
downloadpyramid-f1a5e2f6cb22cdf5f5559b86cd67107ff1984e2b.tar.gz
pyramid-f1a5e2f6cb22cdf5f5559b86cd67107ff1984e2b.tar.bz2
pyramid-f1a5e2f6cb22cdf5f5559b86cd67107ff1984e2b.zip
Remove `html_use_smartypants` setting because RTD now uses Sphinx 1.6.5
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 0 insertions, 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'