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 75704e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2
with:
auto-activate-base: true
- name: Install dependencies
run: conda install -y sphinx_rtd_theme
- name: Build HTML
uses: ammaraskar/sphinx-action@master
- name: Upload artifacts
Expand Down

0 comments on commit 75704e3

Please sign in to comment.