Skip to content

Commit

Permalink
Update layout.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fournier-p authored Feb 4, 2025
1 parent a3de67c commit 15c97b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_needs/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ def meta_links_all(

def meta_rst(
self, name: str, prefix: str | None = None, show_empty: bool = False
) -> nodes.paragraph:
) -> nodes.paragraph | list[nodes.Element]:
"""
Returns the specific metadata of a need inside docutils nodes, parsed as multiline rst.
Usage::
Expand Down

0 comments on commit 15c97b9

Please sign in to comment.