Skip to content

Commit

Permalink
Fixing more dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Apr 9, 2024
1 parent 275c36a commit 6c97170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
pytest-options: '-m "cython"'
# latest of sphinx 3.x series (released for Python 3.9)
- python-version: '3.9'
pip-sphinx: '"sphinx<4" "jinja2<3.1" "sphinxcontrib-applehelp<1.0.8"'
pip-sphinx: '"sphinx<4" "jinja2<3.1" "sphinxcontrib-applehelp<1.0.8" "sphinxcontrib-devhelp<1.0.5" "sphinxcontrib-htmlhelp<2.0.4"'
pytest-options: ''
# latest of sphinx 4.x series (released for Python 3.10)
- python-version: '3.10'
pip-sphinx: '"sphinx<5" "sphinxcontrib-applehelp<1.0.8"'
pip-sphinx: '"sphinx<5" "sphinxcontrib-applehelp<1.0.8" "sphinxcontrib-devhelp<1.0.5" "sphinxcontrib-htmlhelp<2.0.4"'
pytest-options: ''
# latest of sphinx 5.x series
- python-version: '3.11'
Expand Down

0 comments on commit 6c97170

Please sign in to comment.