Fix docs generation build issues
This commit is contained in:
@@ -4,58 +4,26 @@ build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: '3.12'
|
||||
apt_packages:
|
||||
- portaudio19-dev
|
||||
- python3-dev
|
||||
- libasound2-dev
|
||||
jobs:
|
||||
pre_build:
|
||||
# Commands to run before the build
|
||||
- python -m pip install --upgrade pip
|
||||
- pip install wheel setuptools
|
||||
post_build:
|
||||
# Commands to run after the build
|
||||
- echo "Build completed"
|
||||
|
||||
sphinx:
|
||||
configuration: docs/api/conf.py
|
||||
fail_on_warning: false # Set to true if you want builds to fail on warnings
|
||||
fail_on_warning: false
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: docs/api/requirements-base.txt
|
||||
# Try to install Riva first, fall back to PlayHT if it fails
|
||||
- requirements: docs/api/requirements-riva.txt || true
|
||||
- requirements: docs/api/requirements-playht.txt || true
|
||||
- requirements: docs/api/requirements.txt
|
||||
- method: pip
|
||||
path: .
|
||||
extra_requirements:
|
||||
- anthropic
|
||||
- assemblyai
|
||||
- aws
|
||||
- azure
|
||||
- canonical
|
||||
- cartesia
|
||||
- daily
|
||||
- deepgram
|
||||
- elevenlabs
|
||||
- fal
|
||||
- fireworks
|
||||
- gladia
|
||||
- google
|
||||
- grok
|
||||
- groq
|
||||
- krisp
|
||||
- langchain
|
||||
- livekit
|
||||
- lmnt
|
||||
- local
|
||||
- moondream
|
||||
- nim
|
||||
- noisereduce
|
||||
- openai
|
||||
- openpipe
|
||||
- silero
|
||||
- simli
|
||||
- soundfile
|
||||
- websocket
|
||||
- whisper
|
||||
|
||||
search:
|
||||
ranking:
|
||||
|
||||
Reference in New Issue
Block a user