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.
2 parents 9c52437 + f9cc473 commit 31bd41cCopy full SHA for 31bd41c
1 file changed
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- pip install -r "docs/requirements.txt"
+ pip install -r "requirements.txt"
25
26
- name: Build Sphinx documentation
27
0 commit comments