From: Steinar H. Gunderson Date: Mon, 7 Nov 2016 21:16:38 +0000 (+0100) Subject: Turn off SmartyPants; I can do my own Unicode quotes, and I want -- to be for options. X-Git-Url: https://git.sesse.net/?p=nageru-docs;a=commitdiff_plain;h=d189b8395ec801c86f2b1dd525fbbf66871b158f Turn off SmartyPants; I can do my own Unicode quotes, and I want -- to be for options. --- diff --git a/conf.py b/conf.py index 99421ec..422f6e9 100644 --- a/conf.py +++ b/conf.py @@ -171,7 +171,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. #