]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2946] disable smartquotes in sphinx configuration
authorAndrei Pavel <andrei@isc.org>
Thu, 13 Jul 2023 06:05:28 +0000 (09:05 +0300)
committerAndrei Pavel <andrei@isc.org>
Tue, 18 Jul 2023 08:08:45 +0000 (11:08 +0300)
doc/sphinx/conf.py

index 960f2298163dedda950a5d76bfac6aea73ec1d2a..c7bcb0a44ebfe86e8e70a8837ed8a4571b7e185c 100644 (file)
@@ -122,6 +122,10 @@ exclude_patterns = [
     'arm/hooks-user-chk.rst',
 ]
 
+# Leave quotes and dashes unchanged and don't convert them to typographically
+# correct entities.
+smartquotes = False
+
 # The name of the Pygments (syntax highlighting) style to use.
 pygments_style = None