On 2/13/20 8:38 AM, Jones, Michael-A1 wrote: > > > -----Original Message----- > From: Guenter Roeck <groeck7@xxxxxxxxx> On Behalf Of Guenter Roeck > Sent: Thursday, February 13, 2020 9:24 AM > To: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > Cc: Linux Doc Mailing List <linux-doc@xxxxxxxxxxxxxxx>; Jonathan Corbet <corbet@xxxxxxx>; Jean Delvare <jdelvare@xxxxxxxx>; Jones, Michael-A1 <Michael-A1.Jones@xxxxxxxxxx>; linux-hwmon@xxxxxxxxxxxxxxx > Subject: Re: [PATCH] docs: hmon: ltc2978.rst: fix a broken table > > [External] > > On Thu, Feb 13, 2020 at 05:15:55PM +0100, Mauro Carvalho Chehab wrote: >> /devel/v4l/docs/Documentation/hwmon/ltc2978.rst:320: WARNING: Malformed table. >> Text in column margin in table line 80. >> >> Cc: Mike Jones <michael-a1.jones@xxxxxxxxxx> >> Fixes: 6d36d475215a ("hwmon: (pmbus/ltc2978) add support for more parts.") >> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > > Sorry, I may have messed that up when trying to fix lines exceeding > 80 columns in that file. The problem is already fixed in -next. > > MJ: I would like to know what tool produced the warning so I can run it next time before submission. Hi, To see only hwmon docs build, do this (I capture the output to a file; I also use a separate build dir for DOCS): $ cd linux-5.6-rc1 $ mkdir -p DOCS $ make SPHINXDIRS="hwmon" O=DOCS htmldocs 2>&1 | tee dochwmon.out and then search thru dochwmon.out for files or subjects that you are interested in. -- ~Randy