summaryrefslogtreecommitdiffstats
path: root/rtemsspec/sphinxcontent.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsspec/sphinxcontent.py')
-rw-r--r--rtemsspec/sphinxcontent.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtemsspec/sphinxcontent.py b/rtemsspec/sphinxcontent.py
index b303d92e..5f5493fc 100644
--- a/rtemsspec/sphinxcontent.py
+++ b/rtemsspec/sphinxcontent.py
@@ -251,8 +251,8 @@ def _get_value_sphinx_unspecified_type(ctx: ItemGetValueContext) -> Any:
class SphinxMapper(ItemMapper):
""" Sphinx item mapper. """
- def __init__(self, item: Item):
- super().__init__(item)
+ def __init__(self, item: Item, recursive: bool = False):
+ super().__init__(item, recursive)
self.add_get_value("glossary/term:/term", _get_ref_term)
self.add_get_value("glossary/term:/plural", _get_ref_term_plural)
self.add_get_value("interface/appl-config-option/feature-enable:/name",