Skip to content

Commit 56e47b8

Browse files
committed
Limit Sphinx version
1 parent c97bd68 commit 56e47b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sphinx>=4.3,<5
1+
sphinx>=4.3,<6
22
sphinx_rtd_theme>=1,<2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ optional = true
7474

7575
[tool.poetry.group.doc.dependencies]
7676
# Sphinx >= 4.4 has conflicting dependencies with Flake8
77-
sphinx = ">= 4.3"
77+
sphinx = ">= 4.3,<6"
7878
sphinx_rtd_theme = ">=1,<2"
7979

8080
[tool.black]

0 commit comments

Comments
 (0)