Re: [PATCH] docs: sphinx-extensions: make rstFlatTable work with docutils 0.13

2017-01-05 Thread Jonathan Corbet
On Wed, 4 Jan 2017 20:39:20 +0300 Dmitry Shachnev wrote: > Just a small update: the breaking change was reverted [1] in docutils > yesterday, so in the next release (0.13.2) get_column_widths() should return > a list again. > > (My patch should continue working fine.) I'm glad they fixed it, bu

Re: [PATCH] docs: sphinx-extensions: make rstFlatTable work with docutils 0.13

2017-01-04 Thread Dmitry Shachnev
On Sun, Dec 18, 2016 at 01:38:42PM -0700, Jonathan Corbet wrote: > > In docutils 0.13, the return type of get_column_widths method of the > > Table directive has changed [1], which breaks our flat-table directive > > and leads to a TypeError when trying to build the docs [2]. > > > > This patch add

Re: [PATCH] docs: sphinx-extensions: make rstFlatTable work with docutils 0.13

2016-12-19 Thread Markus Heiser
Am 18.12.2016 um 11:11 schrieb Dmitry Shachnev : > In docutils 0.13, the return type of get_column_widths method of the > Table directive has changed [1], which breaks our flat-table directive > and leads to a TypeError when trying to build the docs [2]. > > This patch adds support for the new r

Re: [PATCH] docs: sphinx-extensions: make rstFlatTable work with docutils 0.13

2016-12-18 Thread Jonathan Corbet
On Sun, 18 Dec 2016 13:11:46 +0300 Dmitry Shachnev wrote: > In docutils 0.13, the return type of get_column_widths method of the > Table directive has changed [1], which breaks our flat-table directive > and leads to a TypeError when trying to build the docs [2]. > > This patch adds support for

[PATCH] docs: sphinx-extensions: make rstFlatTable work with docutils 0.13

2016-12-18 Thread Dmitry Shachnev
In docutils 0.13, the return type of get_column_widths method of the Table directive has changed [1], which breaks our flat-table directive and leads to a TypeError when trying to build the docs [2]. This patch adds support for the new return type, while keeping support for older docutils versions