File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ]
2625dev = [" pytest>=8" ]
26+ docs = [" sphinx>=9.1.0" , " furo" ]
2727
2828[tool .pytest .ini_options ]
2929testpaths = [" tests" ]
You can’t perform that action at this time.
0 commit comments