Decl styling, disable smart quoting in sigs

This commit is contained in:
Jakob Lykke Andersen
2021-04-12 20:40:08 +02:00
parent 9b3b8a49fb
commit 709339ec53

View File

@@ -119,7 +119,7 @@ class toctree(nodes.General, nodes.Element, translatable):
# Domain-specific object descriptions (class, function etc.)
#############################################################
class _desc_classes_injector(nodes.Element):
class _desc_classes_injector(nodes.Element, not_smartquotable):
"""Helper base class for injecting a fixes list of classes.
Use as the first base class.