We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b20dd1 commit 527d812Copy full SHA for 527d812
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