From: Jan Hak Date: Mon, 9 Aug 2021 13:23:40 +0000 (+0200) Subject: sphinx: change configuration to disable convert double-dashes into single unicode... X-Git-Tag: v3.1.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a73165912cb4df95e787c30dda8a37c74f1fa2a0;p=thirdparty%2Fknot-dns.git sphinx: change configuration to disable convert double-dashes into single unicode character --- diff --git a/doc/conf.py b/doc/conf.py index 0524290893..76f6bc3663 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -133,9 +133,9 @@ html_logo = 'logo.svg' # using the given strftime format. #html_last_updated_fmt = '%b %d, %Y' -# If true, SmartyPants will be used to convert quotes and dashes to +# If true, smartquotes will be used to convert quotes and dashes to # typographically correct entities. -#html_use_smartypants = False +smartquotes = False # Custom sidebar templates, maps document names to template names. #html_sidebars = {}