Re: [U-Boot] [PATCH 1/1] doc: Cope with Sphinx logging deprecations

2019-07-24 Thread Tom Rini
On Sun, Jul 14, 2019 at 10:35:45AM +0200, Heinrich Schuchardt wrote: > From: Jonathan Corbet > > Recent versions of sphinx will emit messages like: > > doc/sphinx/kerneldoc.py:103: > RemovedInSphinx20Warning: app.warning() is now deprecated. > Use sphinx.util.logging instead. > > S

[U-Boot] [PATCH 1/1] doc: Cope with Sphinx logging deprecations

2019-07-14 Thread Heinrich Schuchardt
From: Jonathan Corbet 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 interfac