From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] doc: import sphinx rtd doc theme when available Date: Sun, 09 Jul 2017 23:22:31 +0200 Message-ID: <2026456.aI0yDcapDI@xps> References: <1498223129-28590-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 out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id DE1145587 for ; Sun, 9 Jul 2017 23:22:33 +0200 (CEST) In-Reply-To: <1498223129-28590-1-git-send-email-john.mcnamara@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 23/06/2017 15:05, John McNamara: > The ReadTheDocs theme is no longer available by default in > Sphinx versions >= 1.3.1 and if it isn't available then an > exception is raised. This patch imports the ReadTheDocs > theme when it is available and warns but proceeds when it > isn't. > > Signed-off-by: John McNamara Applied, thanks