[issue45618] Documentation builds fail with Sphinx 3.2.1

2022-03-28 Thread Ned Deily
Change by Ned Deily : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue45618] Documentation builds fail with Sphinx 3.2.1

2022-03-28 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -30194 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45618] Documentation builds fail with Sphinx 3.2.1

2022-03-28 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -30186 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45618] Documentation builds fail with Sphinx 3.2.1

2022-03-28 Thread Hugo van Kemenade
Hugo van Kemenade added the comment: > > This really should be handled in a new issue since the original fixes for > > all affected releases are already in the field. > Sorry, I got suggested too much with expected fix which is common for both of > those issues. Shall I create a new issue?

[issue45618] Documentation builds fail with Sphinx 3.2.1

2022-03-28 Thread Maciej Olko
Maciej Olko added the comment: > This really should be handled in a new issue since the original fixes for all > affected releases are already in the field. Sorry, I got suggested too much with expected fix which is common for both of those issues. Shall I create a new issue? > Moreover,

[issue45618] Documentation builds fail with Sphinx 3.2.1

2022-03-25 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -30201 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45618] Documentation builds fail with Sphinx 3.2.1

2022-03-25 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -30200 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45618] Documentation builds fail with Sphinx 3.2.1

2022-03-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +30201 pull_request: https://github.com/python/cpython/pull/32121 ___ Python tracker ___

[issue45618] Documentation builds fail with Sphinx 3.2.1

2022-03-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +30200 pull_request: https://github.com/python/cpython/pull/32120 ___ Python tracker ___

[issue45618] Documentation builds fail with Sphinx 3.2.1

2022-03-25 Thread Ned Deily
Ned Deily added the comment: This really should be handled in a new issue since the original fixes for all affected releases are already in the field. Moreover, we should be a bit careful about bumping the required Sphinx version for older releases as this has caused problems for downstream

[issue45618] Documentation builds fail with Sphinx 3.2.1

2022-03-25 Thread Maciej Olko
Change by Maciej Olko : -- pull_requests: +30194 pull_request: https://github.com/python/cpython/pull/32111 ___ Python tracker ___

[issue45618] Documentation builds fail with Sphinx 3.2.1

2022-03-25 Thread Maciej Olko
Change by Maciej Olko : -- pull_requests: +30186 stage: resolved -> patch review pull_request: https://github.com/python/cpython/pull/32109 ___ Python tracker ___

[issue45618] Documentation builds fail with Sphinx 3.2.1

2022-03-24 Thread Maciej Olko
Maciej Olko added the comment: After the Jinja version 3.1.0 release today [1], documentation builds fail for all stable branches. Sphinx in versions pinned on those branches fails with ImportError. [2] Backporting 14a4fce457033412278ca9a056787db424310dc3 to 3.10 and 3.9 fixes the problem

[issue45618] Documentation builds fail with Sphinx 3.2.1

2022-02-21 Thread Ned Deily
Ned Deily added the comment: New changeset 7a5850987010ca5cb0f1e2844cfe183935916e7e by Ned Deily in branch '3.7': bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-31476) https://github.com/python/cpython/commit/7a5850987010ca5cb0f1e2844cfe183935916e7e

[issue45618] Documentation builds fail with Sphinx 3.2.1

2022-02-21 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +29606 pull_request: https://github.com/python/cpython/pull/31476 ___ Python tracker ___

[issue45618] Documentation builds fail with Sphinx 3.2.1

2021-12-07 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue45618] Documentation builds fail with Sphinx 3.2.1

2021-10-31 Thread miss-islington
miss-islington added the comment: New changeset 14a4fce457033412278ca9a056787db424310dc3 by m-aciek in branch 'main': bpo-45618: Update Sphinx version used to build the documentation to 4.2.0 (GH-29256) https://github.com/python/cpython/commit/14a4fce457033412278ca9a056787db424310dc3

[issue45618] Documentation builds fail with Sphinx 3.2.1

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset f2407144347fafcd69c2ade41b5d9c3fb07b59ef by Ned Deily in branch '3.8': [3.9] bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-29230) (GH-29241) (GH-29245)

[issue45618] Documentation builds fail with Sphinx 3.2.1

2021-10-27 Thread Maciej Olko
Change by Maciej Olko : -- pull_requests: +27520 pull_request: https://github.com/python/cpython/pull/29256 ___ Python tracker ___

[issue45618] Documentation builds fail with Sphinx 3.2.1

2021-10-27 Thread Maciej Olko
Maciej Olko added the comment: It occurs that the documentation builds without warnings on most recent Sphinx -- version 4.2.0. Probably we should bump the version in 3.11, 3.10 and 3.9 to 4.2.0. That would enable us to remove the pin on docutils. --

[issue45618] Documentation builds fail with Sphinx 3.2.1

2021-10-27 Thread Maciej Olko
Maciej Olko added the comment: I'm sorry for the confusion. I might have make more checking on my side before proposing a fix. -- ___ Python tracker ___

[issue45618] Documentation builds fail with Sphinx 3.2.1

2021-10-27 Thread Maciej Olko
Maciej Olko added the comment: 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

[issue45618] Documentation builds fail with Sphinx 3.2.1

2021-10-27 Thread Ned Deily
Ned Deily added the comment: All of the open branches are affected by this since we also have to build documentation for security-fix-only branches when releases. PRs for 3.7 and 3.6 forthcoming. -- versions: +Python 3.6, Python 3.7, Python 3.8

[issue45618] Documentation builds fail with Sphinx 3.2.1

2021-10-27 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +27509 pull_request: https://github.com/python/cpython/pull/29245 ___ Python tracker ___

[issue45618] Documentation builds fail with Sphinx 3.2.1

2021-10-27 Thread Ned Deily
Ned Deily added the comment: New changeset 30c1f18ee62cef301e18488b80b4d329290f7b95 by Ned Deily in branch '3.9': [3.9] bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-29230) (GH-29241)

[issue45618] Documentation builds fail with Sphinx 3.2.1

2021-10-27 Thread Ned Deily
Ned Deily added the comment: New changeset 2b7b7c7320cd856df5439afc3c984873678c27d8 by Miss Islington (bot) in branch '3.10': bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-29230) (GH-29240)

[issue45618] Documentation builds fail with Sphinx 3.2.1

2021-10-27 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +27504 pull_request: https://github.com/python/cpython/pull/29241 ___ Python tracker ___

[issue45618] Documentation builds fail with Sphinx 3.2.1

2021-10-27 Thread Ned Deily
Ned Deily added the comment: New changeset bcee6aa31550cfecdc3acecbd0e4447bb0051887 by m-aciek in branch 'main': bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-29230) https://github.com/python/cpython/commit/bcee6aa31550cfecdc3acecbd0e4447bb0051887 --

[issue45618] Documentation builds fail with Sphinx 3.2.1

2021-10-27 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +27503 pull_request: https://github.com/python/cpython/pull/29240 ___ Python tracker

[issue45618] Documentation builds fail with Sphinx 3.2.1

2021-10-27 Thread Erlend E. Aasland
Change by Erlend E. Aasland : -- nosy: +erlendaasland ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45618] Documentation builds fail with Sphinx 3.2.1

2021-10-26 Thread Ned Deily
Change by Ned Deily : -- nosy: +lukasz.langa, mdk, pablogsal priority: normal -> release blocker versions: +Python 3.9 ___ Python tracker ___

[issue45618] Documentation builds fail with Sphinx 3.2.1

2021-10-26 Thread Maciej Olko
Change by Maciej Olko : -- keywords: +patch pull_requests: +27493 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29230 ___ Python tracker ___

[issue45618] Documentation builds fail with Sphinx 3.2.1

2021-10-26 Thread Maciej Olko
Maciej Olko added the comment: The pin can be removed after bumping Sphinx to at least 3.5.4, which introduced upper limit for docutils version. https://github.com/sphinx-doc/sphinx/commit/9263eea38379822e053c67ad1d17036d724c5e41 -- ___ Python

[issue45618] Documentation builds fail with Sphinx 3.2.1

2021-10-26 Thread Maciej Olko
Change by Maciej Olko : -- versions: +Python 3.11 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45618] Documentation builds fail with Sphinx 3.2.1

2021-10-26 Thread Maciej Olko
Change by Maciej Olko : -- versions: -Python 3.11, Python 3.6, Python 3.7, Python 3.8, Python 3.9 ___ Python tracker ___ ___

[issue45618] Documentation builds fail with Sphinx 3.2.1

2021-10-26 Thread Maciej Olko
New submission from Maciej Olko : Since the release of Docutils 0.18 today building Python documentation fails. In CPython repository we have Sphinx pinned to 3.2.1, which has too loose requirement for Docutils version in install_requires – docutils>=0.12. Example of failing build: