Skip to content

Commit

Permalink
Recommend recent Sphinx for GitHub Pages
Browse files Browse the repository at this point in the history
sphinx-action runs Python 3.8 on its master branch,
which may fail even if you force upgrading sphinx
in the requirements file.

Recommend a newer base docker image.
  • Loading branch information
ncoghlan authored Oct 21, 2024
1 parent 8042eb6 commit 08a2cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial/deploying.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ contents:
steps:
- uses: actions/checkout@v4
- name: Build HTML
uses: ammaraskar/sphinx-action@master
uses: ammaraskar/sphinx-action@8.0.2
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 08a2cb0

Please sign in to comment.