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 b57859e commit fc5a0d6Copy full SHA for fc5a0d6
pyproject.toml
@@ -50,9 +50,9 @@ Flask = "2.2.5"
50
optional = true
51
52
[tool.poetry.group.docs.dependencies]
53
-sphinx = "^7.0.0"
+sphinx = ">=6,<8"
54
sphinx-autodoc-typehints = "^1.3.0"
55
-sphinx-rtd-theme = "^1.3.0"
+sphinx-rtd-theme = ">=1.3,<4.0"
56
backoff = ">=1.4.3"
57
certifi = ">=2018.4.16"
58
expiringdict = ">=1.1.4"
0 commit comments