Skip to content

Commit

Permalink
Update dependencies for GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanc8 committed Nov 9, 2024
1 parent 48f5ef2 commit 005f5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "pip3 install --user --ignore-installed sphinxcontrib-domaintools myst-parser furo sphinx>=6.0 sphinx_design sphinx-copybutton"
pre-build-command: "pip3 install --user --ignore-installed sphinxcontrib-domaintools myst-parser furo pydata-sphinx-theme sphinx>=8.0 sphinx_design sphinx-copybutton"
docs-folder: .
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 005f5ee

Please sign in to comment.