From 7e739df224cb733ffc2c6a68832d9ee4a03518e6 Mon Sep 17 00:00:00 2001 From: Piotr Zyskowski Date: Fri, 8 Sep 2023 17:32:58 +0200 Subject: [PATCH] Fixed extra links example --- docs/directives/need.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/directives/need.rst b/docs/directives/need.rst index e41291aa6..c671e7128 100644 --- a/docs/directives/need.rst +++ b/docs/directives/need.rst @@ -358,10 +358,12 @@ By using :ref:`needs_extra_links `, you can use the configure { "option": "blocks", "incoming": "is blocked by", + "outgoing": "blocks" }, { "option": "tests", "incoming": "is tested by", + "outgoing": "tests", "copy": False, "color": "#00AA00" }