38d8dfe0a9
With Sphinx 2.x: those two warnings are produced:
/devel/v4l/docs/sphinx2/Documentation/output/videodev2.h.rst:6: WARNING: undefined label: v4l2-meta-fmt-rk-isp1-params (if the link has no caption the label must precede a section header)
/devel/v4l/docs/sphinx2/Documentation/output/videodev2.h.rst:6: WARNING: undefined label: v4l2-meta-fmt-rk-isp1-stat-3a (if the link has no caption the label must precede a section header)
The reason is that there's no blank line between the two
identifiers.
Fixes:
|
||
---|---|---|
.. | ||
cec | ||
drivers | ||
dvb | ||
mediactl | ||
rc | ||
v4l | ||
audio.h.rst.exceptions | ||
ca.h.rst.exceptions | ||
cec.h.rst.exceptions | ||
conf_nitpick.py | ||
dmx.h.rst.exceptions | ||
fdl-appendix.rst | ||
frontend.h.rst.exceptions | ||
gen-errors.rst | ||
glossary.rst | ||
index.rst | ||
intro.rst | ||
lirc.h.rst.exceptions | ||
Makefile | ||
media.h.rst.exceptions | ||
net.h.rst.exceptions | ||
typical_media_device.svg | ||
video.h.rst.exceptions | ||
videodev2.h.rst.exceptions |