10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b56f53 commit 4b3c950Copy full SHA for 4b3c950
pep_sphinx_extensions/pep_processor/transforms/pep_footer.py
@@ -40,7 +40,7 @@ def apply(self) -> None:
40
types.add(type(node))
41
if isinstance(node, nodes.target):
42
to_hoist.append(node)
43
- if types <= {nodes.title, nodes.target}:
+ if types <= {nodes.title, nodes.target, nodes.system_message}:
44
section.parent.extend(to_hoist)
45
section.parent.remove(section)
46
0 commit comments