bpo-37504: Fix documentation build with texinfo builder (GH-14606)
In the table model used by docutils, the `cols` attribute of `tgroup` nodes is mandatory, see [1]. It is used in texinfo builder in [2]. [1]: https://www.oasis-open.org/specs/tm9901.htm#AEN348 [2]: https://github.com/sphinx-doc/sphinx/blob/v2.1.2/sphinx/writers/texinfo.py#L1129 * Doc: Add texinfo support to the Makefile
D
Dmitry Shachnev committed
c3d679fd398f42a2e489fbe3dab17fac1fb2439c
Parent: a39a4c7
Committed by Steve Dower <steve.dower@python.org>
on 9/10/2019, 2:40:50 PM