[issue37504] Documentation fails to build when using Sphinx' texinfo builder

2019-09-10 Thread Steve Dower
Steve Dower added the comment: Thanks for the report and the patch! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue37504] Documentation fails to build when using Sphinx' texinfo builder

2019-09-10 Thread Steve Dower
Steve Dower added the comment: New changeset 313f80192a7396ea3e5ab107175afe4c5a017ab8 by Steve Dower (Miss Islington (bot)) in branch '3.8': bpo-37504: Fix documentation build with texinfo builder (GH-14606) https://github.com/python/cpython/commit/313f80192a7396ea3e5ab107175afe4c5a017ab8 -

[issue37504] Documentation fails to build when using Sphinx' texinfo builder

2019-09-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +15512 pull_request: https://github.com/python/cpython/pull/15866 ___ Python tracker ___ __

[issue37504] Documentation fails to build when using Sphinx' texinfo builder

2019-09-10 Thread Steve Dower
Steve Dower added the comment: New changeset c3d679fd398f42a2e489fbe3dab17fac1fb2439c by Steve Dower (Dmitry Shachnev) in branch 'master': bpo-37504: Fix documentation build with texinfo builder (GH-14606) https://github.com/python/cpython/commit/c3d679fd398f42a2e489fbe3dab17fac1fb2439c ---

[issue37504] Documentation fails to build when using Sphinx' texinfo builder

2019-07-05 Thread Dmitry Shachnev
Change by Dmitry Shachnev : -- title: 3.8 b2 now requires sphinx2, but only has documented 1.8 -> Documentation fails to build when using Sphinx' texinfo builder ___ Python tracker __