Skip to content

Commit

Permalink
Remove sphinx version specification from main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
portnov committed Jul 15, 2024
1 parent 2979095 commit e1bd458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Sphinx
run: pip install -U Sphinx==7.3.7
run: pip install -U Sphinx

- name: Install Theme
run: pip install sphinx-rtd-theme
Expand Down

0 comments on commit e1bd458

Please sign in to comment.