Fix Sphinx docstring RST formatting warnings

Replace Markdown code blocks with RST syntax in genesys.py, fix
deprecated directive transitions in nvidia and summarization modules,
remove stray bullet prefix in whisper arg docs, restructure code block
in turn completion mixin, and add deepgram mock to Sphinx conf.
This commit is contained in:
Mark Backman
2026-04-03 09:55:27 -04:00
parent 5490820338
commit f078b8b867
8 changed files with 24 additions and 19 deletions

View File

@@ -97,6 +97,8 @@ autodoc_mock_imports = [
"fastapi.middleware",
"fastapi.responses",
"uvicorn",
# Deepgram dependencies
"deepgram",
]
# HTML output settings