Skip to content

Commit 76dc8a0

Browse files
authored
Merge pull request #164 from knutfrode/dev
Sphinx: upload-pages-artifact @V3 and configure-pages-artifact
2 parents bca9834 + 88974f6 commit 76dc8a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/sphinx-rtd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jobs:
5959
make html
6060
6161
- name: Setup Pages
62-
uses: actions/configure-pages@v4
62+
uses: actions/configure-pages@v5
6363

6464
- name: Upload artifact
65-
uses: actions/upload-pages-artifact@v4
65+
uses: actions/upload-pages-artifact@v3
6666
with:
6767
name: docs
6868
path: ./docs/build/html

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sphinx
1+
sphinx==8.1
22
sphinx-gallery>=0.5.0
33
sphinx-autoapi
44
sphinx-autosummary-accessors

0 commit comments

Comments
 (0)