We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d8c84 commit d883a85Copy full SHA for d883a85
.github/workflows/sphinx.yml
@@ -11,6 +11,8 @@ jobs:
11
- uses: actions/checkout@v4
12
- name: Build HTML
13
uses: ammaraskar/sphinx-action@master
14
+ with:
15
+ pre-build-command: python -m pip install sphinx_rtd_theme
16
- name: Upload artifacts
17
uses: actions/upload-artifact@v4
18
with:
0 commit comments