Re: [PATCH 0/8] docs: Fixes for recent versions of Sphinx

2019-05-23 Thread Jonathan Corbet
On Thu, 23 May 2019 07:38:30 -0300 Mauro Carvalho Chehab wrote: > It seems that this message is there since 1.8: > > https://www.sphinx-doc.org/en/1.8/_modules/sphinx/application.html ...which is strange, since I didn't see it until I built with 2.0. It was annoying to see a new warning,

Re: [PATCH 0/8] docs: Fixes for recent versions of Sphinx

2019-05-23 Thread Oleksandr Natalenko
On Thu, May 23, 2019 at 07:45:45AM -0300, Mauro Carvalho Chehab wrote: > Em Thu, 23 May 2019 11:39:44 +0200 > Oleksandr Natalenko escreveu: > > > Hi. > > > > On Wed, May 22, 2019 at 02:50:26PM -0600, Jonathan Corbet wrote: > > > The Sphinx folks deprecated some interfaces in the 2.0 release; one

Re: [PATCH 0/8] docs: Fixes for recent versions of Sphinx

2019-05-23 Thread Mauro Carvalho Chehab
Em Thu, 23 May 2019 11:39:44 +0200 Oleksandr Natalenko escreveu: > Hi. > > On Wed, May 22, 2019 at 02:50:26PM -0600, Jonathan Corbet wrote: > > The Sphinx folks deprecated some interfaces in the 2.0 release; one > > immediate result of that is a bunch of warnings that show up when building > > w

Re: [PATCH 0/8] docs: Fixes for recent versions of Sphinx

2019-05-23 Thread Mauro Carvalho Chehab
Em Thu, 23 May 2019 12:15:34 +0200 Oleksandr Natalenko escreveu: > On Thu, May 23, 2019 at 01:13:23PM +0300, Jani Nikula wrote: > > On Thu, 23 May 2019, Oleksandr Natalenko wrote: > > > Thanks for the efforts. I've run this on top of Linus' tree, and the > > > only sphinx-related deprecation w

Re: [PATCH 0/8] docs: Fixes for recent versions of Sphinx

2019-05-23 Thread Oleksandr Natalenko
On Thu, May 23, 2019 at 01:13:23PM +0300, Jani Nikula wrote: > On Thu, 23 May 2019, Oleksandr Natalenko wrote: > > Thanks for the efforts. I've run this on top of Linus' tree, and the > > only sphinx-related deprecation warning I've spotted is this one: > > > > /home/onatalen/work/src/linux/Docume

Re: [PATCH 0/8] docs: Fixes for recent versions of Sphinx

2019-05-23 Thread Jani Nikula
On Thu, 23 May 2019, Oleksandr Natalenko wrote: > Thanks for the efforts. I've run this on top of Linus' tree, and the > only sphinx-related deprecation warning I've spotted is this one: > > /home/onatalen/work/src/linux/Documentation/sphinx/cdomain.py:51: > RemovedInSphinx30Warning: app.override

Re: [PATCH 0/8] docs: Fixes for recent versions of Sphinx

2019-05-23 Thread Oleksandr Natalenko
Hi. On Wed, May 22, 2019 at 02:50:26PM -0600, Jonathan Corbet wrote: > The Sphinx folks deprecated some interfaces in the 2.0 release; one > immediate result of that is a bunch of warnings that show up when building > with 1.8. These two patches make those warnings go away, but at a cost: > > -

[PATCH 0/8] docs: Fixes for recent versions of Sphinx

2019-05-22 Thread Jonathan Corbet
The Sphinx folks deprecated some interfaces in the 2.0 release; one immediate result of that is a bunch of warnings that show up when building with 1.8. These two patches make those warnings go away, but at a cost: - It introduces a couple of Sphinx version checks, which are always ugly, but