From cc9e023479275fa46794d5c2a20580e6f6f8730d Mon Sep 17 00:00:00 2001 From: chidananda Date: Fri, 6 Mar 2026 14:09:25 +0000 Subject: [PATCH] Update needs_role_need_template to use {title} so :need: links render titles without IDs Issue:242 --- process/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/process/conf.py b/process/conf.py index 266dda0001..db45e680f0 100644 --- a/process/conf.py +++ b/process/conf.py @@ -31,3 +31,6 @@ "sphinxcontrib.plantuml", "score_sphinx_bundle", ] + +# :need:`{title}` is used in the needs templates to display the title of the need +needs_role_need_template = "{title}"