On 22/5/25 18:02, John Snow wrote:
Thanks for your service!
Remove the old qapidoc and the option to enable the transmogrifier,
leaving the transmogrifier as the ONLY qapi doc generator. This has the
side effect of converting the tests to use the new system, too.
Signed-off-by: John Snow <[email protected]>
---
docs/interop/qemu-ga-ref.rst | 1 -
docs/interop/qemu-qmp-ref.rst | 1 -
docs/interop/qemu-storage-daemon-qmp-ref.rst | 1 -
docs/sphinx/qapidoc.py | 25 +-
docs/sphinx/qapidoc_legacy.py | 440 -------------------
python/tests/qapi-isort.sh | 2 +-
6 files changed, 2 insertions(+), 468 deletions(-)
delete mode 100644 docs/sphinx/qapidoc_legacy.py
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>