From patchwork Wed May 22 20:28:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 53624 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B62EB1B944; Wed, 22 May 2019 22:28:50 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 8816F1B942 for ; Wed, 22 May 2019 22:28:49 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C4DE521B10; Wed, 22 May 2019 16:28:48 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 22 May 2019 16:28:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=mesmtp; bh=mNR41luRpkKLvEJF6weQOpR KP0ZlZYZO6X5H1490Qlg=; b=JpU8RjxhOguO8r3Ch3CXWCwGJO6aBfYH0RIz6lG Ut9QWFAhve4WaW1DZuXFk0WYaQp9razJ/LHcGAc45q64hS7QX0BWy4zUrBvwLhnx sW5HJuhIz1CX4nieJDlZN7rlfoNgDWJYLwCPm7or27hAnbheNVPfV2WTLoMMv/R5 0lbY= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=mNR41l uRpkKLvEJF6weQOpRKP0ZlZYZO6X5H1490Qlg=; b=mQfVBTQKUu65xVA99q3FK8 0tjw95J7zfl1di3msiCwqD23Ek8mWQRw5KqVlSaZZaHcTln2uwsZ9S11L+qa0tXB 9sJ1B6R2UHnQ5R5oFd7YL8AW71xqB9WRJZa+BPPlsEhvueNdm/4z1xZOtWT74LQn ixOcD/gZaY7NFUIeIWMrKTByM2Lg1ykAorbK6U27hfuiTyH0gw8nF7smhvYa1x9N ISJVBrJlOuyeyi02QAExvn/4Ag62RFBzNneGL2UfureMRffIoP1iTL6igx6+MY6m QGc1c8ir+Kd0YBrPmDDq2I44s64RA/OLUo1Kvu1NrKxx+MFUPKuLbymLcNgGfj1g == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrudduvddgudehvdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkffogggtgfesthekre dtredtjeenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtdefrddukeegnecurf grrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecu vehluhhsthgvrhfuihiivgeptd 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 E20DE80060 for ; Wed, 22 May 2019 16:28:47 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Date: Wed, 22 May 2019 22:28:39 +0200 Message-Id: <20190522202842.19818-1-thomas@monjalon.net> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 0/3] fix PDF doc 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" I found different issues when building the doc as PDF on the server or my laptop. Debugging pdflatex issues is really hard, so I hope we won't have more. We could also question why we are bothering with PDF? Thomas Monjalon (3): doc: robustify PDF build doc: fix PDF with greek letter doc: clean PDF config doc/guides/conf.py | 8 ++++---- doc/guides/contributing/documentation.rst | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-)