linux-stable/Documentation/sphinx
Jonathan Corbet 9a633e2ef1 docs: Fix the docs build with Sphinx 6.0
commit 0283189e8f upstream.

Sphinx 6.0 removed the execfile_() function, which we use as part of the
configuration process.  They *did* warn us...  Just open-code the
functionality as is done in Sphinx itself.

Tested (using SPHINX_CONF, since this code is only executed with an
alternative config file) on various Sphinx versions from 2.5 through 6.0.

Reported-by: Martin Liška <mliska@suse.cz>
Cc: stable@vger.kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-01-18 09:26:42 +01:00
..
cdomain.py
kernel_include.py
kerneldoc.py doc: Cope with Sphinx logging deprecations 2019-06-09 09:18:17 +02:00
kernellog.py doc: Cope with Sphinx logging deprecations 2019-06-09 09:18:17 +02:00
kfigure.py doc: Cope with Sphinx logging deprecations 2019-06-09 09:18:17 +02:00
load_config.py docs: Fix the docs build with Sphinx 6.0 2023-01-18 09:26:42 +01:00
parse-headers.pl tweewide: Fix most Shebang lines 2021-06-03 08:36:11 +02:00
requirements.txt
rstFlatTable.py