summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-06-20 06:41:04 -0700
committerGitHub <noreply@github.com>2018-06-20 06:41:04 -0700
commita00449095ea26a147299e8c001310325cf81fbb5 (patch)
tree6cc35c0da5e2d66328b78415385c91c2f785f3ed /docs
parentba301542b56d2ffd856faaffe8036262258e8f30 (diff)
parent819732eaaaa1225f1af6d1902fbb5a7dc89a42bf (diff)
downloadpyramid-a00449095ea26a147299e8c001310325cf81fbb5.tar.gz
pyramid-a00449095ea26a147299e8c001310325cf81fbb5.tar.bz2
pyramid-a00449095ea26a147299e8c001310325cf81fbb5.zip
Merge pull request #3304 from stevepiercy/master
remove html_use_smartypants
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 80585b336..075345d8c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -171,8 +171,6 @@ 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'