summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2013-08-18 15:02:23 -0700
committerSteve Piercy <web@stevepiercy.com>2013-08-18 15:02:23 -0700
commitffdc8cbde4fa77d55f159c4c085e0b51f8029674 (patch)
treee544bd98cedb501cf3ee20d1a298d61f8d736d2f /docs/conf.py
parent63bac441d95637a06d628bb8e8b9888eaf812c44 (diff)
downloadpyramid-ffdc8cbde4fa77d55f159c4c085e0b51f8029674.tar.gz
pyramid-ffdc8cbde4fa77d55f159c4c085e0b51f8029674.tar.bz2
pyramid-ffdc8cbde4fa77d55f159c4c085e0b51f8029674.zip
no HTML smartypants!
Fix https://github.com/Pylons/pyramid/issues/669
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 3a8076cdf..b6ddacea9 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -221,7 +221,7 @@ 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 = True
+html_use_smartypants = False
# Custom sidebar templates, maps document names to template names.
#html_sidebars = {}