]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2513] disable smartquotes in sphinx configuration
authorAndrei Pavel <andrei@isc.org>
Wed, 27 Jul 2022 12:11:40 +0000 (15:11 +0300)
committerAndrei Pavel <andrei@isc.org>
Wed, 27 Jul 2022 13:43:04 +0000 (13:43 +0000)
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