We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb30a43 commit 72efb4dCopy full SHA for 72efb4d
1 file changed
.github/workflows/release-docs.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
python -m venv .venv
33
. .venv/bin/activate
34
- python -m pip install -r docs/doc-requirements.txt
+ python -m pip install -r docs/docs-requirements.txt
35
36
- name: Run Sphinx
37
0 commit comments