2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#2513] disable smartquotes in sphinx configuration

This commit is contained in:
Andrei Pavel
2022-07-27 15:11:40 +03:00
parent d0e3ada81a
commit b47d2eb9d6

View 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