On 24-Jun-19 3:53 PM, Ferruh Yigit wrote:
On 6/23/2019 11:46 PM, Thomas Monjalon wrote:
21/06/2019 21:56, Stephen Hemminger:
Just tried make doc on current DPDK tree and it fails:

/home/shemminger/git/dpdk/doc/guides/faq/faq.rst:7: WARNING: undefined label: 
linux_gsg (if the link has no caption the label must precede a section header)
/home/shemminger/git/dpdk/doc/guides/faq/faq.rst:25: WARNING: undefined label: 
linux_gsg (if the link has no caption the label must precede a section header)
/home/shemminger/git/dpdk/doc/guides/faq/faq.rst:190: WARNING: undefined label: 
multi_process_app (if the link has no caption the label must precede a section 
header)


These are only warnings, not fatal failues.

Not sure what the bad commit is. Also, not sure why CI didn't catch it.

It works well on my machine (with some warnings).


The warnings are from .pdf conversion and they are there for a long time now,
although there are warnings pdf files still generated.

html files are generated by 'make doc-guides-html' and completes without
warning, which verifies the .rst file syntax.


PDF's can't link to other PDF's (e.g. FAQ can't link to GSG), that's why these warnings happen. That's normal.

--
Thanks,
Anatoly

Reply via email to