summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-08-18 15:38:03 -0700
committerChris McDonough <chrism@plope.com>2013-08-18 15:38:03 -0700
commit8f0af720dbc0d6a0c8e8a55011ff8065a87ad12f (patch)
tree83d12c4306c7eede8ed3cde5e83a3562988fd70f /docs
parent8b1007d402cd8fb1ea3a35c5ad1dbc6616919a56 (diff)
parentffdc8cbde4fa77d55f159c4c085e0b51f8029674 (diff)
downloadpyramid-8f0af720dbc0d6a0c8e8a55011ff8065a87ad12f.tar.gz
pyramid-8f0af720dbc0d6a0c8e8a55011ff8065a87ad12f.tar.bz2
pyramid-8f0af720dbc0d6a0c8e8a55011ff8065a87ad12f.zip
Merge pull request #1102 from stevepiercy/master
no HTML smartypants!
Diffstat (limited to 'docs')
-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 = {}