From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 13E9FA00E6 for ; Tue, 9 Jul 2019 15:12:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F0C604C8D; Tue, 9 Jul 2019 15:12:30 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id 6FE8F37A2 for ; Tue, 9 Jul 2019 15:12:28 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 0D6FA353; Tue, 9 Jul 2019 09:12:26 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 09 Jul 2019 09:12:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=mesmtp; bh=0FwbXbOzKBd6LRtTIpEop6G EAWSQa/RqKjea9G8dtRs=; b=PtXrLHrdgqi4++7UBLQV2y2t7RWb+jfpr1cV8LQ 7wl4djFy07TWfmPlkkP6v2bABrVkfCc1AWyT/RlEpzxykcCVwuJq2F5Xt52/yvAU ZGCI4kgONtbqxCIgL2VEGmHRMLJEuJ33Fc4agoxcAEQ9RmQtAIBop6oEk0JIH0Tv BBvk= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=0FwbXbOzKBd6LRtTI pEop6GEAWSQa/RqKjea9G8dtRs=; b=swmQ9nhyiw7pdWrOvAnZxw9Lwtgk3jaJI Jm3gUu2cD2J7SaZ98zm5L6aO6PcwwINrwUeG05y3HvgeOcDdgwTKhQLphn7xf/Zl xgVEmIYWryoC/754ynAjO3ZGD0+mxFPpefWGbL+LDgTxIyGfDBdwdgZ/0fD5lCGR k79HrL4HNerQ2tuBl/t0G6GOqhf1H3UawO07fjfG63wtdlNIunv6hrvSN9tOULsW kPJyiU99EFiv0N/S+rGF9BmHisE+B4f+IBu2K3GoOw0ybggNPkNLB9emVt2LNZZN te+ozlG9L6+5dpEJfIrTGxBW12b698ZN6f7L75yCEfR3RooxnRamQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrgedvgdeihecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkofgggfestdekredtredttdenucfhrhhomhepvfhhohhmrghsucfo ohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffohhmrg hinhepghhithhhuhgsrdgtohhmnecukfhppeejjedrudefgedrvddtfedrudekgeenucfr rghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenuc evlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 6D403380083; Tue, 9 Jul 2019 09:12:25 -0400 (EDT) From: Thomas Monjalon To: John McNamara , Marko Kovacevic Cc: dev@dpdk.org Date: Tue, 9 Jul 2019 15:11:17 +0200 Message-Id: <20190709131117.9885-1-thomas@monjalon.net> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH] doc: fix PDF build X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The command "make doc-guides-pdf" is failing because there are more than 1500 lines in the file MAINTAINERS which is included in the contributing guide. We are facing the issue mentioned in this comment: https://github.com/sphinx-doc/sphinx/issues/3099#issuecomment-256440704 Anyway the file MAINTAINERS is mentioned several times in the guide. So the "literalinclude" is removed from the guide to fix the build of the PDF. Signed-off-by: Thomas Monjalon --- doc/guides/contributing/patches.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/doc/guides/contributing/patches.rst b/doc/guides/contributing/patches.rst index 3b2b174ad..f37fb5557 100644 --- a/doc/guides/contributing/patches.rst +++ b/doc/guides/contributing/patches.rst @@ -648,12 +648,3 @@ patch accepted. The general cycle for patch review and acceptance is: than rework of the original. * Trivial patches may be merged sooner than described above at the tree committer's discretion. - -DPDK Maintainers ----------------- - -The following are the DPDK maintainers as listed in the ``MAINTAINERS`` file -in the DPDK root directory. - -.. literalinclude:: ../../../MAINTAINERS - :lines: 3- -- 2.21.0