diff options
author | Shinpei Muraoka <shinpei.muraoka@gmail.com> | 2016-04-12 11:49:13 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-05-16 15:02:40 +0900 |
commit | 3f60665d1fc64adc1bdaa600415c0bb732309ff9 (patch) | |
tree | e40221b1a1c36c9141f165950da21d72a24ed4ba /doc/source/conf.py | |
parent | d435446ef5650c43cd1712c6c7a32c5824d7e458 (diff) |
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 <shinpei.muraoka@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 = {} |