Remove leftover riva and remote-smart-turn references

Clean up deprecated extras from pyproject.toml and the docs
build script.
This commit is contained in:
Mark Backman
2026-04-03 09:29:29 -04:00
parent d8ea33e1a4
commit bfffefa95c
2 changed files with 1 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# Build docs using uv
echo "Installing dependencies with uv..."
uv sync --group docs --all-extras --no-extra gstreamer --no-extra local_smart_turn --no-extra moondream --no-extra riva --no-extra mlx-whisper
uv sync --group docs --all-extras --no-extra gstreamer --no-extra local_smart_turn --no-extra moondream --no-extra mlx-whisper
# Check if sphinx-build is available
if ! uv run sphinx-build --version &> /dev/null; then