From: Andrei Pavel Date: Wed, 27 Jul 2022 12:11:40 +0000 (+0300) Subject: [#2513] disable smartquotes in sphinx configuration X-Git-Tag: Kea-2.3.0~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b47d2eb9d620dccc77e60447893ba772b444766b;p=thirdparty%2Fkea.git [#2513] disable smartquotes in sphinx configuration --- diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 960f229816..c7bcb0a44e 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -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