We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812a5dc commit afc373eCopy full SHA for afc373e
.github/workflows/doc.yml
@@ -37,7 +37,6 @@ jobs:
37
sudo apt-get update
38
sudo apt-get install --no-install-recommends --yes libsndfile1 portaudio19-dev
39
40
-
41
- name: Test building documentation
42
run: uv run python -m sphinx docs/ docs/_build/ -b html -W
43
.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
- name: Install doc dependencies
run: |
- sudo apt-get install --no-install-recommends --yes libsndfile1 sox
+ sudo apt-get install --no-install-recommends --yes libsndfile1 sox portaudio19-dev
44
45
- name: Build documentation
46
run: uv run python -m sphinx docs/ docs/_build/ -b html
0 commit comments