Skip to content

Commit

Permalink
Update sphinx_needs/functions/common.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Sep 13, 2024
1 parent 39bec1f commit 5a13f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_needs/functions/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def copy(
(need["docname"], need["lineno"]) if need and need["docname"] else None
)
result = filter_needs_view(
needs, # type: ignore[arg-type]
needs,
NeedsSphinxConfig(app.config),
filter,
need,
Expand Down

0 comments on commit 5a13f23

Please sign in to comment.