Skip to content

Commit

Permalink
remove pinrt
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Oct 16, 2024
1 parent d764a9d commit 5b11bd6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def apply(self) -> None:
elif name in {"discussions-to", "resolution", "post-history"}:
# Prettify mailing list and Discourse links
for node in para:
print(name, para, node)
if (not isinstance(node, nodes.reference)
or not node["refuri"]):
continue
Expand Down

0 comments on commit 5b11bd6

Please sign in to comment.