Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Lykke Andersen <Jakob@caput.dk>2021-04-12 21:40:08 +0300
committerJakob Lykke Andersen <Jakob@caput.dk>2021-04-12 21:40:08 +0300
commit709339ec53430691593b3a6059bf4ffc040dfe73 (patch)
tree395474661e6c501484dde0987db9607ec2af7dad /sphinx/addnodes.py
parent9b3b8a49fb0c2c0059577ccd8993fb6ae64deb97 (diff)
Decl styling, disable smart quoting in sigs
Diffstat (limited to 'sphinx/addnodes.py')
-rw-r--r--sphinx/addnodes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/addnodes.py b/sphinx/addnodes.py
index a2fb776e4..8a020b02e 100644
--- a/sphinx/addnodes.py
+++ b/sphinx/addnodes.py
@@ -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.