Skip to content

Commit 39bdecf

Browse files
fix: add pydoc config and docs script for API reference build
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1230ebb commit 39bdecf

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
loaders:
2+
- modules:
3+
- haystack_integrations.components.websearch.tavily.tavily_websearch
4+
search_path: [../src]
5+
processors:
6+
- type: filter
7+
documented_only: true
8+
skip_empty_modules: true
9+
renderer:
10+
description: Tavily integration for Haystack
11+
id: integrations-tavily
12+
filename: tavily.md
13+
title: Tavily

integrations/tavily/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ installer = "uv"
5454
dependencies = ["haystack-pydoc-tools", "ruff"]
5555

5656
[tool.hatch.envs.default.scripts]
57+
docs = ["haystack-pydoc pydoc/config_docusaurus.yml"]
5758
fmt = "ruff check --fix {args}; ruff format {args}"
5859
fmt-check = "ruff check {args} && ruff format --check {args}"
5960

0 commit comments

Comments
 (0)