Speed up builds, mocking large packages

This commit is contained in:
Mark Backman
2025-08-05 20:57:42 -04:00
parent 42094fb206
commit 29229df719
3 changed files with 39 additions and 4 deletions

View File

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