Fix docstring parsing

This commit is contained in:
Mark Backman
2025-07-28 09:08:45 -04:00
parent f9e316686f
commit 061de9cbaf
4 changed files with 11 additions and 0 deletions

View File

@@ -179,6 +179,11 @@ autodoc_mock_imports = [
"google.protobuf.runtime_version",
"google.protobuf.symbol_database",
"google.protobuf.internal.builder",
# Runner
"pipecat_ai_small_webrtc_prebuilt",
"pipecat_ai_small_webrtc_prebuilt.frontend",
"uvicorn",
"python_dotenv",
]
# HTML output settings
@@ -202,6 +207,7 @@ def import_core_modules():
"pipecat.clocks",
"pipecat.metrics",
"pipecat.observers",
"pipecat.runner",
"pipecat.serializers",
"pipecat.sync",
"pipecat.transcriptions",

View File

@@ -41,6 +41,7 @@ pipecat-ai[noisereduce]
pipecat-ai[openai]
# pipecat-ai[openpipe]
# pipecat-ai[playht] # Mocked due to grpcio conflict with riva
pipecat-ai[pipecatcloud]
pipecat-ai[qwen]
pipecat-ai[remote-smart-turn]
# pipecat-ai[riva] # Mocked