From 05300490a66d301f3cc0cd0d6389cd76312f80b2 Mon Sep 17 00:00:00 2001 From: Stefano Fiorucci Date: Thu, 6 Feb 2025 09:52:24 +0100 Subject: [PATCH] docs: add `ListJoiner` to pydoc configuration (#8821) * docs: add ListJoiner to pydoc configuration * Update docs/pydoc/config/joiners_api.yml Co-authored-by: David S. Batista --------- Co-authored-by: David S. Batista --- docs/pydoc/config/joiners_api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pydoc/config/joiners_api.yml b/docs/pydoc/config/joiners_api.yml index 72708f4400..400f354146 100644 --- a/docs/pydoc/config/joiners_api.yml +++ b/docs/pydoc/config/joiners_api.yml @@ -1,7 +1,7 @@ loaders: - type: haystack_pydoc_tools.loaders.CustomPythonLoader search_path: [../../../haystack/components/joiners] - modules: ["document_joiner", "branch", "answer_joiner", "string_joiner"] + modules: ["answer_joiner", "branch", "document_joiner", "list_joiner", "string_joiner"] ignore_when_discovered: ["__init__"] processors: - type: filter