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 3f4fbb7 commit c335e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: conda install -y sphinx_rtd_theme
- name: Build HTML
- uses: ammaraskar/sphinx-action@master
uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "conda install -y sphinx_rtd_theme"
- name: Upload artifacts
Expand Down

0 comments on commit c335e7a

Please sign in to comment.