We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e69fe0 + 527d812 commit 227e701Copy full SHA for 227e701
1 file changed
.github/workflows/sphinx-build.yml
@@ -28,6 +28,7 @@ jobs:
28
- name: Create the new documentation
29
uses: ammaraskar/sphinx-action@master
30
with:
31
+ pre-build-command: "python -m pip install pip sphinx_rtd_theme -U"
32
docs-folder: "docs/"
33
34
- name: Deploy
0 commit comments