Re: [PATCH RFC 0/2] docs: Deal with some Sphinx deprecation warnings

2019-05-22 Thread Mauro Carvalho Chehab
Em Wed, 22 May 2019 13:04:08 -0300 Mauro Carvalho Chehab escreveu: > Em Wed, 22 May 2019 09:45:59 -0600 > Jonathan Corbet escreveu: > > > On Wed, 22 May 2019 15:25:36 +0200 > > Markus Heiser wrote: > > > > > Lets use 1.7 : > > > > > > - no need for Use_SSI wrapper > > > - new log should wo

Re: [PATCH RFC 0/2] docs: Deal with some Sphinx deprecation warnings

2019-05-22 Thread Mauro Carvalho Chehab
Em Wed, 22 May 2019 09:45:59 -0600 Jonathan Corbet escreveu: > On Wed, 22 May 2019 15:25:36 +0200 > Markus Heiser wrote: > > > Lets use 1.7 : > > > > - no need for Use_SSI wrapper > > - new log should work with 1.7 [1] --> no need for kernellog.py and > >additional imports, instead include

Re: [PATCH RFC 0/2] docs: Deal with some Sphinx deprecation warnings

2019-05-22 Thread Jonathan Corbet
On Wed, 22 May 2019 15:25:36 +0200 Markus Heiser wrote: > Lets use 1.7 : > > - no need for Use_SSI wrapper > - new log should work with 1.7 [1] --> no need for kernellog.py and >additional imports, instead include on top of python modules :: > > from sphinx.util import logging > l

Re: [PATCH RFC 0/2] docs: Deal with some Sphinx deprecation warnings

2019-05-22 Thread Markus Heiser
22.05.19 um 12:19 schrieb Mauro Carvalho Chehab: Em Wed, 22 May 2019 10:36:45 +0300 Jani Nikula escreveu: On Tue, 21 May 2019, Jonathan Corbet wrote: The Sphinx folks are deprecating some interfaces in the upcoming 2.0 release; one immediate result of that is a bunch of warnings that show up

Re: [PATCH RFC 0/2] docs: Deal with some Sphinx deprecation warnings

2019-05-22 Thread Mauro Carvalho Chehab
Em Wed, 22 May 2019 10:36:45 +0300 Jani Nikula escreveu: > On Tue, 21 May 2019, Jonathan Corbet wrote: > > The Sphinx folks are deprecating some interfaces in the upcoming 2.0 > > release; one immediate result of that is a bunch of warnings that show up > > when building with 1.8. These two pat

Re: [PATCH RFC 0/2] docs: Deal with some Sphinx deprecation warnings

2019-05-22 Thread Oleksandr Natalenko
On Wed, May 22, 2019 at 11:43:54AM +0200, Oleksandr Natalenko wrote: > On Tue, May 21, 2019 at 03:17:12PM -0600, Jonathan Corbet wrote: > > The Sphinx folks are deprecating some interfaces in the upcoming 2.0 > > release; one immediate result of that is a bunch of warnings that show up > > when bui

Re: [PATCH RFC 0/2] docs: Deal with some Sphinx deprecation warnings

2019-05-22 Thread Oleksandr Natalenko
On Tue, May 21, 2019 at 03:17:12PM -0600, Jonathan Corbet wrote: > The Sphinx folks are deprecating some interfaces in the upcoming 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 co

Re: [PATCH RFC 0/2] docs: Deal with some Sphinx deprecation warnings

2019-05-22 Thread Jani Nikula
On Tue, 21 May 2019, Jonathan Corbet wrote: > The Sphinx folks are deprecating some interfaces in the upcoming 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 introd

[PATCH RFC 0/2] docs: Deal with some Sphinx deprecation warnings

2019-05-21 Thread Jonathan Corbet
The Sphinx folks are deprecating some interfaces in the upcoming 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