From ffdc8cbde4fa77d55f159c4c085e0b51f8029674 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 18 Aug 2013 15:02:23 -0700 Subject: [PATCH] no HTML smartypants! Fix https://github.com/Pylons/pyramid/issues/669 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 3a8076cdf3..b6ddacea96 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -221,7 +221,7 @@ def nothing(*arg): # 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 = {}