This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Maciej Olko
Recipients Maciej Olko, docs@python, erlendaasland, lukasz.langa, mdk, miss-islington, ned.deily, pablogsal
Date 2021-10-27.21:19:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635369563.28.0.888689638128.issue45618@roundup.psfhosted.org>
In-reply-to
Content
For what it's worth I have just successfully built documentation on 3.7 and 3.6 branches locally.  It looks like Sphinx 2.3.1 used there doesn't use this part of docutils API that have changed recently.

Sphinx 2.3.1 has requirement of "docutils>=0.12", just like 3.2.1.

We can pin docutils version to current (0.18) "just in case" to prevent a breakage in the future or do nothing – maybe it won't break – maybe the docutils API used is narrow enough.
History
Date User Action Args
2021-10-27 21:19:23Maciej Olkosetrecipients: + Maciej Olko, ned.deily, docs@python, lukasz.langa, mdk, pablogsal, miss-islington, erlendaasland
2021-10-27 21:19:23Maciej Olkosetmessageid: <1635369563.28.0.888689638128.issue45618@roundup.psfhosted.org>
2021-10-27 21:19:23Maciej Olkolinkissue45618 messages
2021-10-27 21:19:23Maciej Olkocreate