Skip to content

Commit 6087af9

Browse files
committed
Try patched versions
1 parent 601797e commit 6087af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [Ubuntu]
1515
python-version: ["3.7", "3.8", "3.9", "3.10"]
1616
sphinx-version:
17-
["sphinx==3.0", "sphinx==3.5", "sphinx==4.0", "sphinx==4.5"]
17+
["sphinx~=3.0", "sphinx~=3.5", "sphinx~=4.0", "sphinx~=4.5"]
1818
steps:
1919
- uses: actions/checkout@v2
2020

0 commit comments

Comments
 (0)