You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sphinx-users
I am using csv-table to read in a csv and display as a table. It works in the sense that it reads in the table and puts it in the html, but it doesn't seem to be paying attention to what I put after :widths:
That is, I get the same thing, whether I omit :widths: or put in something like
:widths: 45, 10, 45
(I have a CSV with two wide columns and a small one in the middle).
I am using sphinx 4.0.0+ on linux.
I'd appreciate any advice!
Komiya Takeshi
unread,
Sep 5, 2020, 5:43:55 AM9/5/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sphinx...@googlegroups.com
Hi,
On my local, Sphinx outputs <colgroup> tag using `:withds:` option. I
think it works well in latest Sphinx.