Skip to content

Commit 029e2ce

Browse files
committed
Workaround weirdness around uv dependency setup for sphinx
1 parent 9d84b1d commit 029e2ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/verify-docs-gen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Full dependencies
2424
run: |
2525
pip install uv
26+
uv pip install --system sphinx>=7.4.1
2627
uv pip install --system -r requirements.txt -r docs/docs-requirements.txt torch==2.2.1+cpu torchaudio==2.2.1+cpu --extra-index-url https://download.pytorch.org/whl/cpu kaldilm==1.15.1
2728
uv pip install --system --editable . --no-deps # already installed pinned deps from requirements.txt, we're good
2829
- name: Generate docs

0 commit comments

Comments
 (0)