Skip to content

Commit

Permalink
Bump minimum required sphinx version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Jan 12, 2022
1 parent e6532c6 commit dddd1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
pip-sphinx: [sphinx]
include:
- python-version: 3.9
pip-sphinx: sphinx==2.1
pip-sphinx: sphinx==3.1
- python-version: 3.9
pip-sphinx: --pre sphinx
steps:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sphinx>=2.1
Sphinx>=3.1
docutils>=0.8
pybtex>=0.24
pybtex-docutils>=1.0.0
Expand Down

0 comments on commit dddd1ee

Please sign in to comment.