We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3476670 commit 8bebae6Copy full SHA for 8bebae6
1 file changed
devel-common/pyproject.toml
@@ -99,7 +99,9 @@ dependencies = [
99
"sphinxcontrib-redoc>=1.6.0",
100
"sphinxcontrib-serializinghtml>=1.1.5",
101
"sphinxcontrib-spelling>=8.0.0",
102
- "setuptools!=82.0.0", # until https://github.com/sphinx-contrib/redoc/issues/53 is resolved
+ # setuptools 82.0.0+ causes redoc to fail due to pkg_resources removal
103
+ # until https://github.com/sphinx-contrib/redoc/issues/53 is resolved
104
+ "setuptools<82.0.0",
105
]
106
"docs-gen" = [
107
"diagrams>=0.24.4",
0 commit comments