Skip to content

Commit

Permalink
add sphinx_rtd_theme to sphinx workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Oct 27, 2024
1 parent 81d8c84 commit d883a85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
- uses: actions/checkout@v4
- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
pre-build-command: python -m pip install sphinx_rtd_theme
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d883a85

Please sign in to comment.