We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd061a commit 9afb731Copy full SHA for 9afb731
1 file changed
src/extensions/score_metamodel/yaml_parser.py
@@ -95,6 +95,10 @@ def default_options():
95
# Introduced with sphinx-needs 6.3.0
96
"is_import",
97
"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",
102
}
103
104
0 commit comments