Skip to content

Commit

Permalink
github: update dependencies in Sphinx workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Inflianskas committed Feb 21, 2024
1 parent de16b47 commit e0aee34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
path: gh-pages
ref: gh-pages

- name: "Setup Python & Install Sphinx"
- name: "Setup Python"
uses: actions/setup-python@v4

- name: "Install Sphinx & Theme"
run: pip install sphinx==4.5.0 sphinx-rtd-theme==1.0.0
run: pip install sphinx==7.2.6 sphinx-rtd-theme==2.0.0

- name: "Run Sphinx"
run: sphinx-build -b html main/docs gh-pages -E -d $GITHUB_WORKSPACE/.doctree
Expand Down

0 comments on commit e0aee34

Please sign in to comment.