[issue42843] What min_sphinx for Python 3.10

2021-01-25 Thread Julien Palard
Change by Julien Palard : -- resolution: -> not a bug stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue42843] What min_sphinx for Python 3.10

2021-01-25 Thread Julien Palard
Julien Palard added the comment: New changeset 5c1f15b4b1024cbf0acc85832f0c623d1a4605fd by Julien Palard in branch 'master': bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282) https://github.com/python/cpython/commit/5c1f15b4b1024cbf0acc85832f0c623d1a4605fd -- ___

[issue42843] What min_sphinx for Python 3.10

2021-01-20 Thread Julien Palard
Change by Julien Palard : -- pull_requests: +23103 pull_request: https://github.com/python/cpython/pull/24282 ___ Python tracker ___ ___

[issue42843] What min_sphinx for Python 3.10

2021-01-13 Thread Matthias Klose
Matthias Klose added the comment: Ubuntu 20.04 LTS still sees subminor Python 3.8 version updates, and needs to use sphinx 1.8.5. -- nosy: +doko ___ Python tracker ___ __

[issue42843] What min_sphinx for Python 3.10

2021-01-12 Thread STINNER Victor
STINNER Victor added the comment: There is a PPA on Ubuntu for Python 3.10. The PPA maintainer considers the drop the documentation, see discussion at: https://github.com/python/cpython/pull/23620#issuecomment-755423140 -- ___ Python tracker

[issue42843] What min_sphinx for Python 3.10

2021-01-12 Thread STINNER Victor
Change by STINNER Victor : -- versions: +Python 3.10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue42843] What min_sphinx for Python 3.10

2021-01-12 Thread STINNER Victor
STINNER Victor added the comment: * Fedora 33 (stable) ships python3-sphinx 3.2.1-1 and python3.10 version 3.10.0~a3-1 (the alpha4 is under tests). * Debian Buster (stable) ships python3-sphinx 1.8.4-1 and python3 version 3.7.3-1 * Debian Sid (unstable) ships python3-sphinx 3.4.3-1 and python

[issue42843] What min_sphinx for Python 3.10

2021-01-12 Thread STINNER Victor
STINNER Victor added the comment: Ah, the issue is also being discussed in PR 24142 comments. -- ___ Python tracker ___ ___ Python-

[issue42843] What min_sphinx for Python 3.10

2021-01-12 Thread STINNER Victor
STINNER Victor added the comment: > Some distribs may want/need to ship Python 3.10 along with Sphinx 2? In my experience, Linux distributions prefer to only ship a single Sphinx version. The question is more which Linux distributions are stuck at Sphinx 2 only? If there is a short list of

[issue42843] What min_sphinx for Python 3.10

2021-01-12 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10, vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue42843] What min_sphinx for Python 3.10

2021-01-06 Thread Julien Palard
Julien Palard added the comment: In favor of Sphinx 3 only : - We have :no-trim-doctest-flags: which fixes https://bugs.python.org/issue36675 - backslash handing is different in Sphinx 2 and Sphinx 3: https://bugs.python.org/issue42822 In favor of keeping compatibility with Sphinx 2 : - So

[issue42843] What min_sphinx for Python 3.10

2021-01-06 Thread Julien Palard
Change by Julien Palard : -- keywords: +patch pull_requests: +22971 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24142 ___ Python tracker ___ __

[issue42843] What min_sphinx for Python 3.10

2021-01-06 Thread Julien Palard
New submission from Julien Palard : According to [1] there's no concensus on which minimum Sphinx version we should use for Python 3.10. "sadly" since https://github.com/python/cpython/pull/23620 which make use of a Sphinx 3.2.0 only feature, we should bump it to 3.2, but it may not work for