Re: [PATCH] doc: add eal_args.include to toctree

2022-03-31 Thread Kevin Traynor
On 31/03/2022 14:51, Bruce Richardson wrote: On Thu, Mar 31, 2022 at 02:26:54PM +0100, Kevin Traynor wrote: A warning is observed on RHEL 8.4. [1/1] Generating html_guides with a custom command /root/dpdk/doc/guides/linux_gsg/eal_args.include.rst: WARNING: document isn't included in any toctree

Re: [PATCH] doc: add eal_args.include to toctree

2022-03-31 Thread Bruce Richardson
On Thu, Mar 31, 2022 at 02:26:54PM +0100, Kevin Traynor wrote: > A warning is observed on RHEL 8.4. > > [1/1] Generating html_guides with a custom command > /root/dpdk/doc/guides/linux_gsg/eal_args.include.rst: > WARNING: document isn't included in any toctree > > Add file to toctree to remove wa

[PATCH] doc: add eal_args.include to toctree

2022-03-31 Thread Kevin Traynor
A warning is observed on RHEL 8.4. [1/1] Generating html_guides with a custom command /root/dpdk/doc/guides/linux_gsg/eal_args.include.rst: WARNING: document isn't included in any toctree Add file to toctree to remove warning. Fixes: 3ee567cfec37 ("doc: document all EAL parameters in one place")