[issue47138] Bump Sphinx or pin Jinja2 to fix docs build

2022-03-28 Thread Maciej Olko
Maciej Olko added the comment: I've update both PRs to contain the pin only. -- ___ Python tracker <https://bugs.python.org/issue47138> ___ ___ Python-bug

[issue47138] Bump Sphinx or pin Jinja2 to fix docs build

2022-03-28 Thread Maciej Olko
Change by Maciej Olko : -- pull_requests: +30232 pull_request: https://github.com/python/cpython/pull/32109 ___ Python tracker <https://bugs.python.org/issue47

[issue47138] Bump Sphinx or pin Jinja2 to fix docs build

2022-03-28 Thread Maciej Olko
Change by Maciej Olko : -- keywords: +patch nosy: +Maciej Olko nosy_count: 2.0 -> 3.0 pull_requests: +30231 stage: -> patch review pull_request: https://github.com/python/cpython/pull/32111 ___ Python tracker <https://bugs.python.org/i

[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? >

[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 <https://bugs.python.org/issue45

[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 <https://bugs.python.org/issu

[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

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

[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 <https://bugs.python.org/issue45

[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.1

[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 <https://bugs.python.org/issu

[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 <https://bugs.python.org/issue45618> ___ ___ 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 <https://bugs.python.org/issue45

[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: ht

[issue42481] Add to pathlib function to check permission similar to os.access

2020-11-27 Thread Maciej Olko
Change by Maciej Olko : -- nosy: +Maciej Olko ___ Python tracker <https://bugs.python.org/issue42481> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41510] Mentions of pdb.set_trace() in library/functions and library/sys incorrectly states that set_trace expects no arguments

2020-08-08 Thread Maciej Olko
Change by Maciej Olko : -- title: Mentions of pdb.set_trace() in library/functions and library/sys uncorrectly states that set_trace expects no arguments -> Mentions of pdb.set_trace() in library/functions and library/sys incorrectly states that set_trace expects no argume

[issue41510] Mentions of pdb.set_trace() in library/functions and library/sys uncorrectly states that set_trace expects no arguments

2020-08-08 Thread Maciej Olko
New submission from Maciej Olko : An argument was added to pdb.set_trace() in Python 3.7 and those fragments of documentation should have been updated: library/functions.rst:120 > By default, sys.breakpointhook() calls pdb.set_trace() expecting no arguments. library/sys.rst > For e

[issue40204] Docs build error with Sphinx 3.0 due to invalid C declaration

2020-04-07 Thread Maciej Olko
Change by Maciej Olko : -- nosy: +Maciej Olko ___ Python tracker <https://bugs.python.org/issue40204> ___ ___ Python-bugs-list mailing list Unsubscribe: