doc: fix version for python 3
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 18 Mar 2015 17:25:51 +0000 (18:25 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 19 Mar 2015 16:58:34 +0000 (17:58 +0100)
commit7f7e3eb729be0c204b54c1fb11d92986abdf00e1
tree262de12db12fd5fb72695bff3b6afd7c977422c2
parentebf8050afd446f3ea249fe55aac756b09757ff8e
doc: fix version for python 3

When generating Latex for PDF, this error occurs:
    ! Undefined control sequence.
    \version ->b'2.0.0-rc2\n
Decoding bytes stream into UTF-8 fixes the issue.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/conf.py