[dpdk-dev] [PATCH v2 1/3] doc: set the default literal block format

2015-08-05 Thread Bruce Richardson
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:: d

[dpdk-dev] [PATCH v2 1/3] doc: set the default literal block format

2015-07-10 Thread John McNamara
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