Skip to content

Commit 46bcaad

Browse files
committed
add sphinx_rtd_theme to sphinx workflow
1 parent c335e7a commit 46bcaad

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/sphinx.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,10 @@ jobs:
99
contents: write
1010
steps:
1111
- uses: actions/checkout@v4
12-
- name: Set up Conda
13-
uses: conda-incubator/setup-miniconda@v2
14-
with:
15-
auto-activate-base: true
16-
- name: Install dependencies
17-
run: conda install -y sphinx_rtd_theme
1812
- name: Build HTML
1913
uses: ammaraskar/sphinx-action@master
2014
with:
21-
pre-build-command: "conda install -y sphinx_rtd_theme"
15+
requirements: pip install sphinx_rtd_theme
2216
- name: Upload artifacts
2317
uses: actions/upload-artifact@v4
2418
with:

0 commit comments

Comments
 (0)