Re: 回复: [PATCH v5 02/14] media: Documentation: Add description for StarFive ISP metadata formats

From: Jacopo Mondi
Date: Tue Jul 16 2024 - 10:25:34 EST


Hi Changhuang

On Tue, Jul 16, 2024 at 12:31:31PM GMT, Changhuang Liang wrote:
> Hi, Jacopo
>
> >
> > Hi Changhuang
> >
> > On Tue, Jul 09, 2024 at 01:38:12AM GMT, Changhuang Liang wrote:
> > > Add description for V4L2_META_FMT_STF_ISP_PARAMS and
> > > V4L2_META_FMT_STF_ISP_STAT_3A meta data formats.
> > >
> > > Signed-off-by: Changhuang Liang <changhuang.liang@xxxxxxxxxxxxxxxx>
> >
> > I get this warnings when compiling documentation
> >
>
> Can you share the steps about compiling documentation?
>

>From `make help`

-------------------------------------------------------------------------------
Documentation targets:
Linux kernel internal documentation in different formats from ReST:
htmldocs - HTML
texinfodocs - Texinfo
infodocs - Info
latexdocs - LaTeX
pdfdocs - PDF
epubdocs - EPUB
xmldocs - XML
linkcheckdocs - check for broken external links
(will connect to external hosts)
refcheckdocs - check for references to non-existing files under
Documentation
cleandocs - clean all generated files

make SPHINXDIRS="s1 s2" [target] Generate only docs of folder s1, s2
valid values for SPHINXDIRS are: PCI RCU accel accounting admin-guide arch block bpf cdrom core-api cpu-freq crypto dev-tools devicetree doc-guide driver-api fault-injection fb filesystems firmware-guide fpga gpu hid hwmon i2c iio infiniband input isdn kbuild kernel-hacking leds livepatch locking maintainer mhi misc-devices mm netlabel networking pcmcia peci power powerpc process riscv rust scheduler scsi security sound spi staging target tee timers tools trace translations usb userspace-api virt w1 watchdog wmi
-------------------------------------------------------------------------------

To compile, in example, the userspace documentation in html:

`make $your-usual-args-here SPHINXDIRS="userspace-api" htmldocs`


> Regards,
> Changhuang