]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
sphinx: change configuration to disable convert double-dashes into single unicode...
authorJan Hak <jan.hak@nic.cz>
Mon, 9 Aug 2021 13:23:40 +0000 (15:23 +0200)
committerDaniel Salzman <daniel.salzman@nic.cz>
Tue, 10 Aug 2021 05:49:51 +0000 (07:49 +0200)
doc/conf.py

index 05242908935793487c3ce77544ac5c5c50af7cca..76f6bc366302c1f2b0729fdcdf5783c4a1f393d3 100644 (file)
@@ -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 = {}