You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Python 3.13 we will need at least sphinx 6.2, as the imghdr module was removed from the standard library in Python 3.13 (and not published as a package for pip), but that module is needed for sphinx<6.2.
Compare python/cpython#104818.
At the moment we require
docutils<0.17
to make sure bullet points don't look like this:Starting with
sphinx>=6.0.0
they havedocutils>=0.18
, which means we cannot use that version ofsphinx
.A few remarks from docutils discussions at
sphinx
:sphinx==5.0.0
The text was updated successfully, but these errors were encountered: