From 3f60665d1fc64adc1bdaa600415c0bb732309ff9 Mon Sep 17 00:00:00 2001 From: Shinpei Muraoka Date: Tue, 12 Apr 2016 11:49:13 +0900 Subject: doc/source/conf: Set the False to SmartyPants This patch will not be converted to quotes and dashes to typographically correct entities. Signed-off-by: Shinpei Muraoka Signed-off-by: FUJITA Tomonori --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/source') diff --git a/doc/source/conf.py b/doc/source/conf.py index 84a5af95..8c0f1937 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -132,6 +132,7 @@ html_static_path = ['_static'] # 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