8000
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 258f312 commit 681fd2cCopy full SHA for 681fd2c
build_docs.py
@@ -108,7 +108,7 @@ def requirements(self):
108
if version_to_tuple(self.sphinx_version) < (4, 5):
109
# see https://github.com/python/cpython/issues/91294
110
reqs += ["jinja2<3.1"]
111
- if version_to_tuple(self.sphinx_version) <= (3, 2, 1):
+ if version_to_tuple(self.sphinx_version) < (3, 5, 4):
112
# see https://github.com/python/cpython/issues/91483
113
reqs += ["docutils<=0.17.1"]
114
return reqs
0 commit comments