]> git.karo-electronics.de Git - linux-beck.git/commit
Documentation/sphinx: fix kernel-doc extension on python3
authorJani Nikula <jani.nikula@intel.com>
Tue, 31 May 2016 15:09:12 +0000 (18:09 +0300)
committerJani Nikula <jani.nikula@intel.com>
Wed, 1 Jun 2016 08:06:58 +0000 (11:06 +0300)
commitba35018593547eac69998e2571fc95cf620f2220
treee5880506caf69ba50ceca703734e4e27ebfa8952
parent2f4ad40a05265827848200689094348363027069
Documentation/sphinx: fix kernel-doc extension on python3

Reconcile differences between python2 and python3 on dealing with
stdout, stderr from Popen. This fixes "name 'unicode' is not defined"
errors on python3. We'll need to try to keep the extension working on
both python-sphinx and python3-sphinx so we don't need two copies.

Reported-and-tested-by: Marius Vlad <marius.c.vlad@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Documentation/sphinx/kernel-doc.py