Hi Jean-Michel, Assuming <jeanmichel.hautbois@xxxxxxxxxxxxxxxx> is your past email account, forwarding a message bounced from "the mail system at host perceval.ideasonboard.com" as "Undelivered". Also, I'd suggest you to add an entry in .mailmap. Thanks Akira -------- Forwarded Message -------- Subject: media: docs: build error of userspace-api.pdf as of v6.10-rc1 Date: Thu, 30 May 2024 00:12:43 +0900 From: Akira Yokosawa <akiyks@xxxxxxxxx> To: Jean-Michel Hautbois <jeanmichel.hautbois@xxxxxxxxxxxxxxxx> CC: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>, Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx>, Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx>, Hans Verkuil <hverkuil-cisco@xxxxxxxxx>, linux-media@xxxxxxxxxxxxxxx, Jonathan Corbet <corbet@xxxxxxx> Hello Jean-Michel, I tested "make pdfdocs" on v6.10-rc1, which ended up in a build error from xelatex: Package tabulary Warning: No suitable columns! on input line 48770. ! Extra alignment tab has been changed to \cr. <recently read> \endtemplate l.49179 \end{tabulary} ? I know this won't make any sense for most kernel developers. So, I did bisection for you. First bad commit is: adb1d4655e53 ("media: v4l: Add V4L2-PIX-FMT-Y14P format") and reverting it resolves the error. It looks to me like said commit added two columns in the flat-table of "Luma-Only Image Formats", without updating hints to latex: .. tabularcolumns:: above it. This results in wrong column count in the output of Sphinx's latex builder. Please update the hint for the additional two columns. FYI, you can test build without building the whole tree by saying: make SPHINXDIRS=userspace-api pdfdocs Otherwise, you will need to wait a long time. You can ignore the extra warnings of "WARNING: undefined label:" and "WARNING: unknown document:" due to the limited scope of documentation. Regards. Akira