From patchwork Thu Mar 31 13:26:54 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Traynor X-Patchwork-Id: 109039 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3F2EBA04FF; Thu, 31 Mar 2022 15:27:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ADE4D428F1; Thu, 31 Mar 2022 15:27:25 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 5DDD8410FA for ; Thu, 31 Mar 2022 15:27:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1648733242; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Mi0InLaMN13q46yg3FE1wNNX7PiDcLPQteca3uNo+ks=; b=iLgu8vwM5RxGERymLZt5e0XyVicQt5bPzFGOLMTAFVTa39FU5nipvplQDaX59HQoV2ef1j 1LtdLwz8jgT1P86tHW/81BOyVdHyhZhwYMoS1o0cfEagcq1MiPD703dLs/+I81dUKedkyR rWheYNKllgG4+48pJ6+NywK/anHibcg= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-590-VMfLzj0yMAiUO04VUFoqNQ-1; Thu, 31 Mar 2022 09:27:19 -0400 X-MC-Unique: VMfLzj0yMAiUO04VUFoqNQ-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 2C818811E84; Thu, 31 Mar 2022 13:27:15 +0000 (UTC) Received: from rh.Home (unknown [10.39.195.100]) by smtp.corp.redhat.com (Postfix) with ESMTP id 08B162026D65; Thu, 31 Mar 2022 13:27:10 +0000 (UTC) From: Kevin Traynor To: dev@dpdk.org Cc: anatoly.burakov@intel.com, Kevin Traynor , stable@dpdk.org Subject: [PATCH] doc: add eal_args.include to toctree Date: Thu, 31 Mar 2022 14:26:54 +0100 Message-Id: <20220331132654.314022-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.78 on 10.11.54.4 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 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 --- 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