Skip to content

Commit

Permalink
Merge branch 'needextend-current-docname' of https://github.com/usebl…
Browse files Browse the repository at this point in the history
…ocks/sphinx-needs into needextend-current-docname
  • Loading branch information
chrisjsewell committed Feb 11, 2025
2 parents 9651383 + 40cdb7c commit 5727e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sphinx_needs/filter_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,8 +564,8 @@ def filter_single_need(
:param filter_string: string, which is used as input for eval()
:param needs: list of all needs
:param current_need: set the current_need in the filter context as this, otherwise the need itself
:param filter_compiled: An already compiled filter_string to safe time
:param origin_docname: The origin docname that the filter was used called from, is any
:param filter_compiled: An already compiled filter_string to save time
:param origin_docname: The origin docname that the filter was called from, if any
:return: True, if need passes the filter_string, else False
"""
Expand Down

0 comments on commit 5727e65

Please sign in to comment.