Skip to content

Commit d883a85

Browse files
committed
add sphinx_rtd_theme to sphinx workflow
1 parent 81d8c84 commit d883a85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sphinx.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- name: Build HTML
1313
uses: ammaraskar/sphinx-action@master
14+
with:
15+
pre-build-command: python -m pip install sphinx_rtd_theme
1416
- name: Upload artifacts
1517
uses: actions/upload-artifact@v4
1618
with:

0 commit comments

Comments
 (0)