From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama500.ecl.ntt.co.jp (tama500.ecl.ntt.co.jp [129.60.39.148]) by dpdk.org (Postfix) with ESMTP id BDB921B6DB for ; Mon, 26 Nov 2018 08:29:40 +0100 (CET) Received: from vc1.ecl.ntt.co.jp (vc1.ecl.ntt.co.jp [129.60.86.153]) by tama500.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id wAQ7Tda0013233; Mon, 26 Nov 2018 16:29:39 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id A26D9EA81B4; Mon, 26 Nov 2018 16:29:39 +0900 (JST) Received: from localhost.localdomain (lobster.nslab.ecl.ntt.co.jp [129.60.13.95]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 8B9B3EA8144; Mon, 26 Nov 2018 16:29:39 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, spp@dpdk.org, ogawa.yasufumi@lab.ntt.co.jp Date: Mon, 26 Nov 2018 16:27:25 +0900 Message-Id: <1543217247-13783-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.7.4 X-TM-AS-MML: disable Subject: [spp] [PATCH 0/2] Update docs compilation X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Nov 2018 07:29:41 -0000 From: Yasufumi Ogawa Compile of docs has things to be fixed or revised. This series of patches is to update for the issues. * Comple of PDF documentation is sometimes failed to embed images because latex is launched before creating images with inkscape. * Version number is defined in Makefile and `conf.py`, and both of them are changed if SPP is updated. Yasufumi Ogawa (2): docs: revise doc compilation docs: add link to the latest documentation GNUmakefile | 31 +++++++++++++++------- docs/guides/conf.py | 63 ++++++++++++++++++++++++++------------------- docs/guides/gen_pdf_imgs.py | 54 -------------------------------------- docs/guides/index.rst | 7 +++++ 4 files changed, 65 insertions(+), 90 deletions(-) delete mode 100644 docs/guides/gen_pdf_imgs.py -- 2.7.4