From ffdc8cbde4fa77d55f159c4c085e0b51f8029674 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 18 Aug 2013 15:02:23 -0700 Subject: no HTML smartypants! Fix https://github.com/Pylons/pyramid/issues/669 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf.py') 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 = {} -- cgit v1.2.3