]> granicus.if.org Git - python/commit
bpo-37504: Fix documentation build with texinfo builder (GH-14606)
authorDmitry Shachnev <mitya57@users.noreply.github.com>
Tue, 10 Sep 2019 14:40:50 +0000 (17:40 +0300)
committerSteve Dower <steve.dower@python.org>
Tue, 10 Sep 2019 14:40:50 +0000 (15:40 +0100)
commitc3d679fd398f42a2e489fbe3dab17fac1fb2439c
tree75bc9a3346f181b7bbc74be148ea6b9b987a4772
parenta39a4c7439ed09069e619c10d30a6d0ec9332d1a
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
Doc/Makefile
Doc/tools/extensions/pyspecific.py