
24 Jul
2019
24 Jul
'19
10:06 p.m.
On Sun, Jul 14, 2019 at 10:35:45AM +0200, Heinrich Schuchardt wrote:
From: Jonathan Corbet corbet@lwn.net
Recent versions of sphinx will emit messages like:
doc/sphinx/kerneldoc.py:103: RemovedInSphinx20Warning: app.warning() is now deprecated. Use sphinx.util.logging instead.
Switch to sphinx.util.logging to make this unsightly message go away. Alas, that interface was only added in version 1.6, so we have to add a version check to keep things working with older sphinxes.
Signed-off-by: Jonathan Corbet corbet@lwn.net Rebased for U-Boot Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
Applied to u-boot/master, thanks!
--
Tom