Skip to content

Commit

Permalink
fix docs config for evaluators (#7006)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Feb 15, 2024
1 parent e2cee46 commit 8a10170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pydoc/config/eval_api.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
loaders:
- type: haystack_pydoc_tools.loaders.CustomPythonLoader
search_path: [../../../haystack/components/eval]
search_path: [../../../haystack/components/evaluators]
modules: ["sas_evaluator", "statistical_evaluator"]
ignore_when_discovered: ["__init__"]
processors:
Expand Down

0 comments on commit 8a10170

Please sign in to comment.