From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 05 Aug 2015 07:15:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,617,1432623600"; d="scan'208";a="762496364" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.63]) by fmsmga001.fm.intel.com with SMTP; 05 Aug 2015 07:15:07 -0700 Received: by (sSMTP sendmail emulation); Wed, 05 Aug 2015 15:15:07 +0025 Date: Wed, 5 Aug 2015 15:15:06 +0100 From: Bruce Richardson To: John McNamara 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 Content-Disposition: inline In-Reply-To: <1436543121-26240-2-git-send-email-john.mcnamara@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 1/3] doc: set the default literal block format X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Aug 2015 14:15:10 -0000 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