doc: reset the default sphinx literal block format
authorJohn McNamara <john.mcnamara@intel.com>
Fri, 10 Jul 2015 15:45:19 +0000 (16:45 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 11 Aug 2015 10:18:37 +0000 (12:18 +0200)
commit2b68e480314e2095cc18dd5f1391a0fab101a618
treebd92fffe3488251331e1ac65ef41e976cef725be
parent67ff575ee8d20508f5e2ea82ac97442130693e54
doc: reset the default sphinx literal block format

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 <john.mcnamara@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
doc/guides/conf.py