Skip to content

Commit 9afb731

Browse files
committed
fix extra options warning when using needimpor~t
1 parent 0cd061a commit 9afb731

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/extensions/score_metamodel/yaml_parser.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ def default_options():
9595
# Introduced with sphinx-needs 6.3.0
9696
"is_import",
9797
"constraints",
98+
# Auto-populated by sphinx-needs when document hierarchy is detected
99+
# (e.g. via needimport placing needs as adjacent siblings in the doctree)
100+
"parent_need",
101+
"parent_needs",
98102
}
99103

100104

0 commit comments

Comments
 (0)