From 1bbc5d0fef3b04494c1c8b6d97f0e8072a7047ee Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 7 May 2021 15:52:12 +0200 Subject: applconfig: Use unspecified groups Remove ${.:document-reference/*} hacks. --- rtemsspec/sphinxcontent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtemsspec/sphinxcontent.py') diff --git a/rtemsspec/sphinxcontent.py b/rtemsspec/sphinxcontent.py index 7b6a257d..5e530ff3 100644 --- a/rtemsspec/sphinxcontent.py +++ b/rtemsspec/sphinxcontent.py @@ -253,7 +253,7 @@ def _get_value_sphinx_unspecified_group(ctx: ItemGetValueContext) -> Any: return f":ref:`{ctx.item['references']['c-user']}`" if "url" in ctx.item["references"]: url = ctx.item["references"]["url"] - return f"`{ctx.value[ctx.key]}{postfix} <{url}>`_" + return f"`{ctx.value[ctx.key]} <{url}>`_" return ctx.value[ctx.key] -- cgit v1.2.3