From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 1/3] doc: set the default literal block format Date: Wed, 5 Aug 2015 15:15:06 +0100 Message-ID: <20150805141506.GA9532@bricha3-MOBL3> References: <1435845053-17203-1-git-send-email-john.mcnamara@intel.com> <1436543121-26240-1-git-send-email-john.mcnamara@intel.com> <1436543121-26240-2-git-send-email-john.mcnamara@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: John McNamara Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 4FEEB5952 for ; Wed, 5 Aug 2015 16:15:10 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1436543121-26240-2-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" On Fri, Jul 10, 2015 at 04:45:19PM +0100, John McNamara wrote: > Set the default literal block format for Sphinx docs > to 'none' instead of the implicit default of 'python'. > > This means that default :: blocks won't have any > highlighting applied. Explicit highlighting via > the code-block:: directive is already available and > in use in the docs. > > Signed-off-by: John McNamara Acked-by: Bruce Richardson