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 411f0a0 commit d28176dCopy full SHA for d28176d
1 file changed
docs/conf.py
@@ -279,7 +279,7 @@ class IgnoreCoroSubstitution(SphinxTransform):
279
default_priority = 210
280
281
def apply(self, **kwargs) -> None:
282
- for ref in self.document.traverse(nodes.substitution_reference):
+ for ref in self.document.findall(nodes.substitution_reference):
283
if ref["refname"] == "coro":
284
ref.replace_self(nodes.Text(""))
285
0 commit comments