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,

[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