Skip to content

Commit ee197f6

Browse files
nikpauCopilot
andcommitted
fox broken docs build
Co-authored-by: Copilot <copilot@github.com>
1 parent a2568be commit ee197f6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
uv pip install --system \
31-
sphinx furo \
32-
torch --index-url https://download.pytorch.org/whl/cpu \
33-
librosa numpy gradio tensorboard \
34-
-e .
31+
torch --index-url https://download.pytorch.org/whl/cpu
32+
uv pip install --system \
33+
-e ".[docs]" \
34+
librosa numpy gradio tensorboard
3535
3636
- name: Build HTML docs
3737
run: sphinx-build -b html docs docs/_build/html

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ dependencies = [
1313
"pre-commit>=4.6.0",
1414
"pystoi>=0.4.1",
1515
"ruff",
16-
"sphinx>=9.1.0",
1716
"tensorboard>=2.20.0",
1817
"torch>=2.11.0",
1918
"tqdm>=4.67.3",
@@ -24,6 +23,7 @@ where = ["src"]
2423

2524
[project.optional-dependencies]
2625
dev = ["pytest>=8"]
26+
docs = ["sphinx>=9.1.0", "furo"]
2727

2828
[tool.pytest.ini_options]
2929
testpaths = ["tests"]

0 commit comments

Comments
 (0)