sphinx-contrib / documentedlist

DocumentedList Sphinx Extension
BSD 2-Clause "Simplified" License
4 stars 3 forks source link

fix docutils 0.13.1 compat #3

Closed mhils closed 7 years ago

mhils commented 7 years ago

This change in docutils 0.13.1 makes self.get_column_widths(self.max_cols) in documentedlist fail, as evidenced here: https://travis-ci.org/mitmproxy/mitmproxy/jobs/182631488#L255.

Without really looking into it, just discarding the new part of the return value solves the issue for me and renders a proper table.

mhils commented 7 years ago

Hi,

Can we help with anything to get this fixed? :smiley:

Thanks, Max

chintal commented 7 years ago

Sorry for the delay. Have been travelling recently and wasn't looking.

chintal commented 7 years ago

@mhils Pushed v0.5 to pip with a slightly more convoluted workaround instead. Could you please try it out and make sure it works with 13.1?

mhils commented 7 years ago

Works perfectly, thanks! :smiley: 😍