We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c335e7a commit 46bcaadCopy full SHA for 46bcaad
.github/workflows/sphinx.yml
@@ -9,16 +9,10 @@ jobs:
9
contents: write
10
steps:
11
- 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
18
- name: Build HTML
19
uses: ammaraskar/sphinx-action@master
20
with:
21
- pre-build-command: "conda install -y sphinx_rtd_theme"
+ requirements: pip install sphinx_rtd_theme
22
- name: Upload artifacts
23
uses: actions/upload-artifact@v4
24
0 commit comments