]> git.ipfire.org Git - thirdparty/qemu.git/commit
docs/qapidoc: add transmogrifier stub
authorJohn Snow <jsnow@redhat.com>
Tue, 11 Mar 2025 03:42:33 +0000 (23:42 -0400)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 11 Mar 2025 09:10:57 +0000 (10:10 +0100)
commit7d125c339d32cbef65404b621d3ca02cc67f3090
treec57dd5e78c6414ff031a645f0710f7bb78289d76
parentd7ca9a3a4c55cba910a3556544e90aadd92c4efe
docs/qapidoc: add transmogrifier stub

This commit adds a stubbed option to the qapi-doc directive that opts-in
to the new rST generator; the implementation of which will follow in
subsequent commits.

Once all QAPI documents have been converted, this option and the old
qapidoc implementation can be dropped.

Note that moving code outside of the try...except block has no impact
because the code moved outside of that block does not ever raise a
QAPIError.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-ID: <20250311034303.75779-36-jsnow@redhat.com>
Acked-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
docs/sphinx/qapidoc.py