patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH] doc: add eal_args.include to toctree
@ 2022-03-31 13:26 Kevin Traynor
  2022-03-31 13:51 ` Bruce Richardson
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Traynor @ 2022-03-31 13:26 UTC (permalink / raw)
  To: dev; +Cc: anatoly.burakov, Kevin Traynor, stable

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")
Cc: stable@dpdk.org

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
---
 doc/guides/linux_gsg/index.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/guides/linux_gsg/index.rst b/doc/guides/linux_gsg/index.rst
index 16a9a67260..cffa4998d8 100644
--- a/doc/guides/linux_gsg/index.rst
+++ b/doc/guides/linux_gsg/index.rst
@@ -17,4 +17,5 @@ Getting Started Guide for Linux
     linux_drivers
     build_sample_apps
+    eal_args.include
     linux_eal_parameters
     enable_func
-- 
2.34.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-31 16:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-31 13:26 [PATCH] doc: add eal_args.include to toctree Kevin Traynor
2022-03-31 13:51 ` Bruce Richardson
2022-03-31 16:29   ` Kevin Traynor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).