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 ea14a07 commit 162fa76Copy full SHA for 162fa76
doc/_extensions/zephyr/domain.py
@@ -310,7 +310,7 @@ def run(self) -> List[Node]:
310
nodes = super().run()
311
312
if self.config.zephyr_breathe_insert_related_samples:
313
- return [RelatedCodeSamplesNode(id=self.arguments[0]), *nodes]
+ return [*nodes, RelatedCodeSamplesNode(id=self.arguments[0])]
314
else:
315
return nodes
316
0 commit comments