From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] doc: update sphinx installation instructions Date: Fri, 22 Jul 2016 19:50:58 +0200 Message-ID: <1734159.3k5PMWBEQk@xps13> References: <1468761548-1769-1-git-send-email-john.mcnamara@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: John McNamara Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id AFAB85679 for ; Fri, 22 Jul 2016 19:50:59 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id q128so65738832wma.1 for ; Fri, 22 Jul 2016 10:50:59 -0700 (PDT) In-Reply-To: <1468761548-1769-1-git-send-email-john.mcnamara@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-07-17 14:19, John McNamara: > Update the Sphinx installation instructions in the documentation > contributors guide to reflect the fact that in the 1.4+ versions > of Sphinx the ReadTheDocs theme must also be installed. Previously, > in version 1.3.x, it was installed by default. > > Also change 'yum' to 'dnf' for package installations. > > Signed-off-by: John McNamara Applied, thanks