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 75704e3 commit 3f4fbb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ 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
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 3f4fbb7

Please sign in to comment.