You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/docs/sphinx
Peter Maydell 33be8171e2 scripts/kerneldoc: Switch to the Python kernel-doc script
Change the Sphinx config to run the new Python kernel-doc script
instead of the Perl one.  The only difference between the two is that
the new script does not handle the -sphinx-version option, instead
assuming that Sphinx is always at least version 3: so we must
delete the code that passes that option to avoid the Python
script complaining about an unknown option.

QEMU's minimum Sphinx version is already 3.4.3, so this doesn't
change the set of versions we can handle.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Message-id: 20250814171324.1614516-7-peter.maydell@linaro.org
1 week ago
..
compat.py docs/qapi-domain: Fix error context reporting in Sphinx 5.x and 6.x 6 months ago
dbusdoc.py docs/sphinx: add sphinx modules to include D-Bus documentation 4 years ago
dbusdomain.py meson: Pass -j option to sphinx 2 years ago
dbusparser.py docs/sphinx: add sphinx modules to include D-Bus documentation 4 years ago
depfile.py docs/sphinx: include kernel-doc script as a dependency 8 months ago
fakedbusdoc.py meson: Pass -j option to sphinx 2 years ago
hxtool.py docs: remove Sphinx 1.x compatibility code 1 year ago
kerneldoc.py scripts/kerneldoc: Switch to the Python kernel-doc script 1 week ago
qapi_domain.py docs/qapi-domain: add return-nodesc 2 months ago
qapidoc.py qapi: Fix undocumented return values by generating something 2 months ago
qmp_lexer.py docs/sphinx/qmp_lexer: Highlight elisions like comments, not prompts 5 months ago