Skip to content

Commit 449bad4

Browse files
committed
Allow Sphinx v6
1 parent 27b7e1b commit 449bad4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
python-version: ["3.7", "3.8", "3.9"]
1818
sphinx-version: [
19-
"",
19+
"6.0.*",
2020
"5.0.*",
2121
"4.5", "4.4", "4.3", "4.2", "4.1", "4.0.*",
2222
"3.5.*", "3.4.*", "3.2.*", "3.1.*", "3.0.*",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030

3131
requires-python = '>= 3.7'
3232
dependencies = [
33-
'Sphinx >= 2.2, < 6.0',
33+
'Sphinx >= 2.2, < 7.0',
3434
]
3535

3636
[tool.setuptools]

0 commit comments

Comments
 (0)