Skip to content

Commit 34a91fb

Browse files
committed
I can't get Sphinx 7.4.7 to pass in CI. I don't know nix. @datakurre do you want to support it?
1 parent 1f0900b commit 34a91fb

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,10 @@ jobs:
99
strategy:
1010
matrix:
1111
python: [python310, python311, python312, python313, python314]
12-
sphinx: [8.2.3, 8.1.3, 8.0.2, 7.4.7]
12+
sphinx: [8.2.3, 8.1.3, 8.0.2]
1313
exclude:
1414
- python: python310
1515
sphinx: 8.2.3
16-
- python: python311
17-
sphinx: 7.4.7
18-
- python: python312
19-
sphinx: 7.4.7
20-
- python: python313
21-
sphinx: 7.4.7
22-
- python: python314
23-
sphinx: 7.4.7
2416
steps:
2517
- uses: actions/checkout@v6
2618
- uses: cachix/install-nix-action@v30

0 commit comments

Comments
 (0)