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 e8e9be8 + 80814b6 commit 206e289Copy full SHA for 206e289
.github/workflows/build-sphinx-docs.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Install dependencies
28
run: |
29
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip setuptools wheel
30
pip install "sphinx>=8.1.3" "sphinx-rtd-theme>=3.0.2"
31
pip install -e .
32
@@ -46,4 +46,4 @@ jobs:
46
git commit -m "Update Sphinx documentation in docs/py_docs/_build/html" || echo "No changes to commit"
47
git push
48
env:
49
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments