Skip to content

Commit

Permalink
馃И CI: Skip testing for Sphinx v3
Browse files Browse the repository at this point in the history
fails because of: sphinx-doc/sphinx#10291
  • Loading branch information
chrisjsewell committed Apr 13, 2022
1 parent c9c4f3b commit 5916392
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
sphinx: [">=4,<5"]
os: [ubuntu-latest]
include:
- os: ubuntu-latest
python-version: "3.8"
sphinx: ">=3,<4"
# 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

0 comments on commit 5916392

Please sign in to comment.