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 AC059A0471 for ; Thu, 18 Jul 2019 15:57:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 76C1028EE; Thu, 18 Jul 2019 15:57:42 +0200 (CEST) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id 08F61160 for ; Thu, 18 Jul 2019 15:57:42 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id D88373EE; Thu, 18 Jul 2019 09:57:40 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 18 Jul 2019 09:57:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=puYJVWsCN6DsfqrvXH6F7IVL/BThGV+F5Z+IzSB+zOs=; b=i+zo1hbMoY4Q hq7nuSOzwcfE+bnLoisYT9WMrIzyvh4+DFQ8h7pzVNDWkcO/inIqK+z/Bjq7uRVc bylnFd0FDpTzv1hR1zDIs7dHor9NnYO/RLsYz5OEqMbJlmUY3q/y/nxWGYnmgr5v KxocQGPBPsd9B0wm0L5LxmA/3FE8CVk= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=puYJVWsCN6DsfqrvXH6F7IVL/BThGV+F5Z+IzSB+z Os=; b=a9MSFjndUW4MKxkyV7vugkwrlEeYVVHfsKC/+C23Xe6+EKQm487RdBiYf yUhUFeyCTyQf13aqIaPo4dJHPP50tBgLW1+yZ402AlGtQkuKzShqPakaHUvY5VFq 2RkrxpYXYT+uAeMdQc72KMwz7soSnRUPzhZAlc25Tzlep6wmcWEP+JTmcIgNMzvB rbJvIUTfHQl1ELEBrggC28On40uWN51aGbajLe6/pd2eQ+jP2PTFEYrz6EitYzoS +j4AE6BQQjFmrgFapni4voN4LVZjMjqJVTKgPJ6fiTzieLPI3lff+ndq9ns84+ON LmxQNk3abpkPYccsQxqUYmYEWeCDQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrieehgdejfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffoh hmrghinhepshhouhhrtggvfhhorhhgvgdrnhgvthdpughpughkrdhorhhgnecukfhppeej jedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrg hssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 59A52380074; Thu, 18 Jul 2019 09:57:39 -0400 (EDT) From: Thomas Monjalon To: Nicolas Chautru Cc: dev@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com Date: Thu, 18 Jul 2019 15:57:38 +0200 Message-ID: <2158485.gHaOC2YqBv@xps> In-Reply-To: <1563431079-14170-1-git-send-email-nicolas.chautru@intel.com> References: <1563431079-14170-1-git-send-email-nicolas.chautru@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: fix PDF build of bbdev prog guide 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" 18/07/2019 08:24, Nicolas Chautru: > Some machine (like on dpdk.org) may fail to build the prog guide PDF because of the complex table inserted in the bbdev chapter. > > Fixes: 3f3f608142cf ("doc: update bbdev guide for 5GNR operations") > > Signed-off-by: Nicolas Chautru Thanks for the quick reaction. If you agree, I can apply this patch without the changes of figure refs. About the tables, there are simpler syntax in RsT: http://docutils.sourceforge.net/docs/user/rst/quickref.html#tables You can also consider the definition lists: http://docutils.sourceforge.net/docs/user/rst/quickref.html#definition-lists