On Wed, 8 Feb 2023 09:56:24 +0200, Tomi Valkeinen wrote: > On 08/02/2023 03:53, Akira Yokosawa wrote: [...] >> Tomi, can you remove those extra "-"s I mentioned above? >> >> Hopefully, this can be fixed before the v6.3 merge window. > > This is all black magics to me... Why does the same format work elsewhere in the file, but not here (I just copy pasted it)? I think I know your feeling... Let me explain some background. The directive "flat-table" is a Linux-kernel-documentation specific extension to the standard "list-table" directive [1,2]. If you have inconsistent number of elements in lists, they are not regarded as proper format list/flat-tables. Sphinx builders are not strict about them, but in my opinion, latexmk (or an indexing utility, in this case) can't be blamed for not accepting resulting .tex files. This is all I can say. [1]: https://www.kernel.org/doc/html/latest/doc-guide/sphinx.html#list-tables [2]: https://docutils.sourceforge.io/docs/ref/rst/directives.html#list-table > > Oh well... I can send a fix, although I don't know why it's broken =). Thank you for sending out the fix. Thanks, Akira > > Tomi >