summaryrefslogtreecommitdiffstats
path: root/rtemsspec/sphinxcontent.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-07 15:52:12 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-07 19:05:53 +0200
commit1bbc5d0fef3b04494c1c8b6d97f0e8072a7047ee (patch)
tree2c4177f918deb57ec11ddd25eeb5c218d0343900 /rtemsspec/sphinxcontent.py
parentapplconfig: Use unspecified groups (diff)
downloadrtems-central-1bbc5d0fef3b04494c1c8b6d97f0e8072a7047ee.tar.bz2
applconfig: Use unspecified groups
Remove ${.:document-reference/*} hacks.
Diffstat (limited to 'rtemsspec/sphinxcontent.py')
-rw-r--r--rtemsspec/sphinxcontent.py2
1 files changed, 1 insertions, 1 deletions
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]