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 ab97cb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Expand Up @@ -29,10 +29,9 @@ jobs:
sphinx: [">=4,<5"]
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: ubuntu-latest
python-version: "3.8"
sphinx: "==5.0.0.b1"
- os: windows-latest
python-version: "3.8"
sphinx: ">=4,<5"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
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 ab97cb9

Please sign in to comment.