[sphinx-users] Re: Problem with a grid table

2021-05-14 Thread jfbu
Le 14/05/2021 à 07:59, Vladimír Marek a écrit : Then I added: .. tabularcolumns:: |l|L|L| at the beginning of that table Hi, you must add the directive **before** the table, Best, Jean-François -- You received this message because you are subscribed to the Google Groups "sphinx-users" group.

[sphinx-users] Re: Problem with a grid table

2021-05-14 Thread jfbu
Le 14/05/2021 à 09:29, Vladimír Marek a écrit : Yeah sorry, that's what I meant by the "beginning". I have there something like: .. tabularcolumns:: |l|L|L| +-+-++ |    1  |   2  |  3  | +-+-++ V. ah ok sorry. If a cell in first column contains a list for example then

[sphinx-users] Re: Problem with a grid table

2021-05-14 Thread jfbu
Le 14/05/2021 à 09:39, jfbu a écrit : Le 14/05/2021 à 09:29, Vladimír Marek a écrit : Yeah sorry, that's what I meant by the "beginning". I have there something like: .. tabularcolumns:: |l|L|L| +-+-++ |    1  |   2  |  3  | +-+-++ V. ah ok sorry. If a cell in first

[sphinx-users] Re: Problem with a grid table

2021-05-14 Thread jfbu
Le 14/05/2021 à 11:10, Vladimír Marek a écrit : On 14. 05. 21 9:45, jfbu wrote: Le 14/05/2021 à 09:39, jfbu a écrit : Le 14/05/2021 à 09:29, Vladimír Marek a écrit : Yeah sorry, that's what I meant by the "beginning". I have there something like: .. tabularcolumns:: |l|L|L| +-+-+---

[sphinx-users] Re: Problem with a grid table

2021-05-14 Thread jfbu
Le 14/05/2021 à 11:54, Vladimír Marek a écrit : +--++--+ | 1    | UDP    | Audio/video media.    | |    to    | |

[sphinx-users] Re: Problem with a grid table

2021-05-14 Thread jfbu
Le 14/05/2021 à 12:38, jfbu a écrit : +--++--+ | 1    | UDP    | Audio/video media.    | |  |    |  

Re: [sphinx-users] Re: Problem with a grid table

2021-05-14 Thread Vladimír Marek
Yeah sorry, that's what I meant by the "beginning". I have there something like: .. tabularcolumns:: |l|L|L| +-+-++ |    1  |   2  |  3  | +-+-++ V. On 14. 05. 21 9:26, jfbu wrote: Le 14/05/2021 à 07:59, Vladimír Marek a écrit : Then I added: .. tabularcolumns:: |l|L|L

Re: [sphinx-users] Re: Problem with a grid table

2021-05-14 Thread Vladimír Marek
Hmmm but I do not have any list inside table cells :-( I forgot to mention I use the sphinx version 1.8.5 ... pretty old I know but as of now I'm not able to upgrade to the latest On 14. 05. 21 9:39, jfbu wrote: Le 14/05/2021 à 09:29, Vladimír Marek a écrit : Yeah sorry, that's what I meant

Re: [sphinx-users] Re: Problem with a grid table

2021-05-14 Thread Vladimír Marek
On 14. 05. 21 9:45, jfbu wrote: Le 14/05/2021 à 09:39, jfbu a écrit : Le 14/05/2021 à 09:29, Vladimír Marek a écrit : Yeah sorry, that's what I meant by the "beginning". I have there something like: .. tabularcolumns:: |l|L|L| +-+-++ |    1  |   2  |  3  | +-+-++ V.

Re: [sphinx-users] Re: Problem with a grid table

2021-05-14 Thread Vladimír Marek
So I debug that a bit and found out following: the table has 18 rows and only one is problematic. If the table contains: +--++--+ | 1    | UDP    | Audio/video media.

Re: [sphinx-users] Re: Problem with a grid table

2021-05-14 Thread Vladimír Marek
Thanks for the detailed answer! I tried your hints but only thing which worked for me was: +--+ | 1   | | to  | | 6   | +--+ All the other did not work. I suspect the problem might be in the old version of Sphinx I use. Once I have a bit of time I will try it with