Skip to content

Commit dda9321

Browse files
committed
Limit Sphinx to v7.x.x
1 parent 564b400 commit dda9321

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,7 @@ optional = true
181181

182182
[tool.poetry.group.docs.dependencies]
183183
sphinx_celery = ">=2.1.3"
184-
Sphinx = [
185-
{ version = "^7.1.0", python = "<3.9" },
186-
{ version = ">=7.0.0", python = ">=3.9,<4.0" },
187-
]
184+
Sphinx = "^7.0.0"
188185
sphinx-testing = ">=1.0.1"
189186
sphinx-click = ">=6.0.0"
190187
sphinx-autobuild = [

0 commit comments

Comments
 (0)