We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97bd68 commit 56e47b8Copy full SHA for 56e47b8
docs/requirements.txt
@@ -1,2 +1,2 @@
1
-sphinx>=4.3,<5
+sphinx>=4.3,<6
2
sphinx_rtd_theme>=1,<2
pyproject.toml
@@ -74,7 +74,7 @@ optional = true
74
75
[tool.poetry.group.doc.dependencies]
76
# Sphinx >= 4.4 has conflicting dependencies with Flake8
77
-sphinx = ">= 4.3"
+sphinx = ">= 4.3,<6"
78
sphinx_rtd_theme = ">=1,<2"
79
80
[tool.black]
0 commit comments