summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-03-13 05:18:33 -0700
committerGitHub <noreply@github.com>2018-03-13 05:18:33 -0700
commit47ff29297c65ae2c8da06a5bb2f361f806681ced (patch)
treeea5cb12fee6e4453bb8e0bf6b943e1451de7cc73
parent555818c447f6fec9286ba0d965daab6c8fa550fc (diff)
parentad6593ca2b379e9bac4792011e274bd12d76fb37 (diff)
downloadpyramid-47ff29297c65ae2c8da06a5bb2f361f806681ced.tar.gz
pyramid-47ff29297c65ae2c8da06a5bb2f361f806681ced.tar.bz2
pyramid-47ff29297c65ae2c8da06a5bb2f361f806681ced.zip
Merge pull request #3241 from stevepiercy/master
attempt to fix smart quotes
-rw-r--r--docs/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 3b2c0bf33..cf92e05e8 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -173,6 +173,11 @@ html_title = 'The Pyramid Web Framework v%s' % release
# 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'