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 c33b724 commit 57c9a36Copy full SHA for 57c9a36
pep_sphinx_extensions/pep_processor/transforms/pep_footer.py
@@ -18,8 +18,8 @@ class PEPFooter(transforms.Transform):
18
19
"""
20
21
- # Uses same priority as docutils.transforms.TargetNotes
22
- default_priority = 520
+ # Set low priority so ref targets aren't removed before they are needed
+ default_priority = 999
23
24
def apply(self) -> None:
25
pep_source_path = Path(self.document["source"])
0 commit comments