From f23318fa9c4b97aa03d4b7c231798e2521188441 Mon Sep 17 00:00:00 2001 From: Reto Schneider Date: Sun, 27 Oct 2024 21:18:33 +0100 Subject: [PATCH] doc: project: Fix collaborator reference Commit 52e8b1058cc074725603a3f20baa807f0c4ab3ca (doc: project: clarify WG member eligibility) broke the link to the collaborator section by using nested inline markup, which is currently not supported: https://docutils.sourceforge.io/FAQ.html#is-nested-inline-markup-possible As the various workarounds are not recommended by Docutils, this change simply ends the bold formatting before the link. Signed-off-by: Reto Schneider --- doc/project/working_groups.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/project/working_groups.rst b/doc/project/working_groups.rst index dcdf0e139e3..52a09fd57ad 100644 --- a/doc/project/working_groups.rst +++ b/doc/project/working_groups.rst @@ -18,8 +18,8 @@ Working Group Membership Eligibility consultation with the TSC. - Each working group shall have a team of members who are actively involved in its activities and decision-making processes. -- It is expected that WG membership shall be **open to all Zephyr project - :ref:`Collaborators `**; however, working groups may impose +- It is expected that WG membership shall be **open to all** Zephyr project + :ref:`Collaborators `; however, working groups may impose restrictions such as the number of participants from a single company. - All TSC members are eligible to join a working group as members, part of the responsibilities being a TSC member.