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 60658bb commit d44f192Copy full SHA for d44f192
.github/workflows/docs-json-export.yml
@@ -26,7 +26,7 @@ jobs:
26
id: install-deps
27
run: |
28
python -m pip install -U pip
29
- pip install ".[docs]"
+ pip install ".[docs,voice]"
30
pip install beautifulsoup4
31
- name: Build Sphinx HTML docs
32
id: build-sphinx
0 commit comments