From 38bd367b74af19d1d417aed8828e01a2fd12d562 Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Wed, 6 Dec 2023 15:02:07 +0100 Subject: [PATCH] fix pydoc config (#6496) --- docs/pydoc/config/dataclass.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pydoc/config/dataclass.yml b/docs/pydoc/config/dataclass.yml index faba0790b..9b9c3a21c 100644 --- a/docs/pydoc/config/dataclass.yml +++ b/docs/pydoc/config/dataclass.yml @@ -1,7 +1,7 @@ loaders: - type: loaders.CustomPythonLoader search_path: [../../../haystack/dataclasses] - modules: ["answer", "byte_steam", "chat_message", "document", "streaming_chunk"] + modules: ["answer", "byte_stream", "chat_message", "document", "streaming_chunk"] ignore_when_discovered: ["__init__"] processors: - type: filter @@ -14,7 +14,7 @@ processors: renderer: type: renderers.ReadmePreviewRenderer excerpt: Core classes that carry data through the system. - category_slug: data-classes + category_slug: haystack-classes title: Data Classes API slug: data-classes-api order: 30