Fix more missing docs

This commit is contained in:
Mark Backman
2024-12-12 15:16:37 -05:00
parent 44c5220104
commit 8631d71d5a
5 changed files with 63 additions and 28 deletions

View File

@@ -9,10 +9,6 @@ build:
# Commands to run before the build
- python -m pip install --upgrade pip
- pip install wheel setuptools
post_create_environment:
# Install system dependencies required by some packages
- apt-get update
- apt-get install -y portaudio19-dev python3-pyaudio
post_build:
# Commands to run after the build
- echo "Build completed"
@@ -36,6 +32,7 @@ python:
- azure
- canonical
- cartesia
- daily
- deepgram
- elevenlabs
- fal
@@ -48,6 +45,7 @@ python:
- langchain
- livekit
- lmnt
- local
- moondream
- nim
- noisereduce
@@ -64,14 +62,12 @@ formats:
- epub
- htmlzip
# Cache dependencies to speed up builds
search:
ranking:
api/*: 5
getting-started/*: 4
guides/*: 3
# Configure submodules if needed
submodules:
include: all
recursive: true