Skip to content

Commit

Permalink
Test on sphinx 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed May 17, 2022
1 parent 3c45b7e commit 20ab292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,9 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
sphinx: [">=4,<5"]
sphinx: [">=4,<5", "==5.0.0.b1"]
os: [ubuntu-latest]
include:
# fails because of: https://github.com/sphinx-doc/sphinx/issues/10291
# - os: ubuntu-latest
# python-version: "3.8"
# sphinx: ">=3,<4"
- os: windows-latest
python-version: "3.8"
sphinx: ">=4,<5"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies = [
"markdown-it-py>=1.0.0,<3.0.0",
"mdit-py-plugins~=0.3.0",
"pyyaml",
"sphinx>=3.1,<5",
"sphinx>=3.1,<6",
"typing-extensions",
]

Expand Down

0 comments on commit 20ab292

Please sign in to comment.