-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Is your feature request related to a problem? Please describe.
Docutils 0.18.0 has been released and at first glance it appears to have changes in it that are incompatible with Sphinx (cloning the Sphinx repo, running the tests clean; then installing docutils 0.18, updating Sphinx to allow docutils-0.18 and include it in the test suite, shows a whole bunch of failed tests).
Describe the solution you'd like
Make the changes to Sphinx required to be compatible with docutils 0.18.x.
Describe alternatives you've considered
The alternative would be to remain pinned to 0.17.x (ie "docutils packages with a version less than 0.18"); this may cause disruptions in projects and platforms that assume they can freely update dependencies to the latest versions, especially if they directly depend on docutils.