Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update doc generation workflow #862

Merged
merged 42 commits into from
Oct 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
66d69bf
Update doc generation workflow
keepingitneil Oct 7, 2024
817135d
PR on branch so GH is aware of it
keepingitneil Oct 7, 2024
8182969
update name
keepingitneil Oct 7, 2024
5bab673
try something else
keepingitneil Oct 7, 2024
5140560
udpate plugins
keepingitneil Oct 7, 2024
1c6a125
pybind
keepingitneil Oct 7, 2024
142ed1d
wayland
keepingitneil Oct 7, 2024
8cf88fa
wayland
keepingitneil Oct 7, 2024
459cbf5
more deps
keepingitneil Oct 7, 2024
c09985b
try something else
keepingitneil Oct 7, 2024
7e7a80a
remove browser
keepingitneil Oct 7, 2024
68a2898
use venv
keepingitneil Oct 7, 2024
1f2dd9e
tweaks
keepingitneil Oct 7, 2024
49c8495
python 3.12
keepingitneil Oct 7, 2024
06ed469
download ffi
keepingitneil Oct 7, 2024
b64c138
download from installed package
keepingitneil Oct 7, 2024
fa49d7b
site packages
keepingitneil Oct 7, 2024
eb58003
download ffi
keepingitneil Oct 7, 2024
310f285
ffi
keepingitneil Oct 7, 2024
a34df7c
ffi from rust clone
keepingitneil Oct 8, 2024
4c93d6b
livekit isntall
keepingitneil Oct 8, 2024
35dd34c
download ffi'
keepingitneil Oct 8, 2024
fe8f107
livekit-protocol
keepingitneil Oct 8, 2024
40e099f
exlude the ffi
keepingitneil Oct 8, 2024
be7498a
skip
keepingitneil Oct 8, 2024
7f7717a
exclude non exported modules
keepingitneil Oct 8, 2024
5b1bb5a
remove unused
keepingitneil Oct 8, 2024
2ff345c
send to test dir to prevent cache
keepingitneil Oct 8, 2024
90648db
remove ffi step
keepingitneil Oct 8, 2024
01a8e7c
fix modules
keepingitneil Oct 8, 2024
e2e78e7
test dir
keepingitneil Oct 8, 2024
0e5d286
Merge branch 'main' into neil/docs
keepingitneil Oct 8, 2024
2d023be
Fix voice pipeline agent
keepingitneil Oct 8, 2024
04f8f0e
back to python
keepingitneil Oct 8, 2024
c745e89
remove on PR
keepingitneil Oct 8, 2024
6e216c7
publish docs workflow
keepingitneil Oct 8, 2024
4700169
fix ruff
keepingitneil Oct 8, 2024
76659ce
proper path
keepingitneil Oct 8, 2024
302f9a4
Create tame-cows-listen.md
keepingitneil Oct 8, 2024
e55edec
Delete .changeset/tame-cows-listen.md
keepingitneil Oct 9, 2024
0a96b2a
Update livekit-plugins/livekit-plugins-nltk/livekit/plugins/nltk/__in…
keepingitneil Oct 9, 2024
501d114
module -> _module
keepingitneil Oct 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
download ffi'
keepingitneil committed Oct 8, 2024
commit 35dd34c8db45a475f6ca1573c0b94c9a5fdfd522
12 changes: 6 additions & 6 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
@@ -44,12 +44,12 @@ jobs:
./livekit-plugins/livekit-plugins-nltk \
./livekit-plugins/livekit-plugins-openai

# - name: Download ffi
# run: |
# source venv/bin/activate
# SITE_PACKAGES=$(python -c "import site; print(site.getsitepackages()[0])")
# git clone https://github.com/livekit/rust-sdks.git
# python -m pip install requests && python rust-sdks/download_ffi.py --output $SITE_PACKAGES/livekit/rtc/resources
- name: Download ffi
run: |
source venv/bin/activate
SITE_PACKAGES=$(python -c "import site; print(site.getsitepackages()[0])")
git clone https://github.com/livekit/rust-sdks.git
python -m pip install requests && python rust-sdks/download_ffi.py --output $SITE_PACKAGES/livekit/rtc/resources

- name: Build Docs
run: |