From 0409e5da8f862bfdbb18850b17b4bed48f060cc2 Mon Sep 17 00:00:00 2001 From: Stefano Fiorucci Date: Mon, 17 Feb 2025 15:19:40 +0100 Subject: [PATCH] remove base from evaluation pydoc config (#8867) --- docs/pydoc/config/evaluation_api.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/pydoc/config/evaluation_api.yml b/docs/pydoc/config/evaluation_api.yml index e445e9a56..6964b0cbc 100644 --- a/docs/pydoc/config/evaluation_api.yml +++ b/docs/pydoc/config/evaluation_api.yml @@ -3,7 +3,6 @@ loaders: search_path: [../../../haystack/evaluation] modules: [ - "base", "eval_run_result", ] ignore_when_discovered: ["__init__"]