Skip to content

Commit fcf40f8

Browse files
committed
add note_dependency
1 parent 58c703c commit fcf40f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sphinx_needs/directives/needimport.py

+2
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ def run(self) -> Sequence[nodes.Node]:
141141
needs_config.import_cache_size,
142142
)
143143

144+
self.env.note_dependency(correct_need_import_path)
145+
144146
if version is None:
145147
try:
146148
version = needs_import_list["current_version"]

0 commit comments

Comments
 (0)