linux-stable/Documentation/sphinx
Jonathan Corbet eaabceae1b 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 11:44:53 +01:00
..
automarkup.py docs: fix automarkup regression on Python 2 2020-11-03 08:22:00 -07:00
cdomain.py docs: cdomain.py: extend it to handle new Sphinx 3.x tags 2020-10-15 07:49:37 +02:00
kernel_abi.py docs: ABI: make it parse ABI/stable as ReST-compatible files 2020-10-30 13:07:02 +01:00
kernel_include.py
kerneldoc.py docs: kerneldoc.py: add support for kerneldoc -nosymbol 2020-10-15 07:49:38 +02:00
kernellog.py docs: kernellog.py: add support for info() 2020-10-30 13:02:26 +01:00
kfigure.py Replace HTTP links with HTTPS ones: documentation 2020-06-08 09:30:19 -06:00
load_config.py docs: Fix the docs build with Sphinx 6.0 2023-01-18 11:44:53 +01:00
maintainers_include.py
parallel-wrapper.sh
parse-headers.pl tweewide: Fix most Shebang lines 2021-05-22 11:40:55 +02:00
requirements.txt
rstFlatTable.py