[New-bugs-announce] [issue42579] Solution from gh#python/cpython#13236 unnecessarily binds building of documentation to the latest version of Sphinx

Matej Cepl report at bugs.python.org
Sat Dec 5 16:47:14 EST 2020


New submission from Matej Cepl <mcepl at cepl.eu>:

I think the solution in gh#python/cpython#13236 is the suboptimal one, because it makes Python dependent on the latest version of Sphinx unnecessarily. There are many situations where Python can be built on the older platform and it is too bothersome to require update of Sphinx (and all its dependencies) as well.

----------
assignee: docs at python
components: Documentation
messages: 382585
nosy: docs at python, mcepl, pablogsal
priority: normal
severity: normal
status: open
title: Solution from gh#python/cpython#13236 unnecessarily binds building of documentation to the latest version of Sphinx
versions: Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42579>
_______________________________________


More information about the New-bugs-announce mailing list