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