From 6ef2ae12b7f1f1c7c3edb421dd655ff6bbdd0fd9 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Wed, 25 Jun 2025 23:15:45 -0400 Subject: [PATCH] Mock mcp imports --- docs/api/conf.py | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/api/conf.py b/docs/api/conf.py index 97ab73bc7..bc518e3ad 100644 --- a/docs/api/conf.py +++ b/docs/api/conf.py @@ -144,6 +144,28 @@ autodoc_mock_imports = [ "transformers.AutoFeatureExtractor", # Also add specific classes that are imported "AutoFeatureExtractor", + # Sentry dependencies + "sentry_sdk", + # AWS Nova Sonic dependencies + "aws_sdk_bedrock_runtime", + "aws_sdk_bedrock_runtime.client", + "aws_sdk_bedrock_runtime.config", + "aws_sdk_bedrock_runtime.models", + "smithy_aws_core", + "smithy_aws_core.credentials_resolvers", + "smithy_aws_core.credentials_resolvers.static", + "smithy_aws_core.identity", + "smithy_core", + "smithy_core.aio", + "smithy_core.aio.eventstream", + # MCP dependencies (you may already have these) + "mcp", + "mcp.client", + "mcp.client.session_group", + "mcp.client.sse", + "mcp.client.stdio", + "mcp.ClientSession", + "mcp.StdioServerParameters", ] # HTML output settings