]> Git Repo - qemu.git/commit
docs/sphinx/qapidoc.py: Handle change of QAPI's builtin module name
authorPeter Maydell <[email protected]>
Fri, 12 Feb 2021 16:13:11 +0000 (16:13 +0000)
committerPeter Maydell <[email protected]>
Mon, 15 Feb 2021 14:59:11 +0000 (14:59 +0000)
commit35f15acbc15d5abaa76ea2df6c068c28a2b456c2
treeedc96b31dd471daaa2f74df2c06175231835e04a
parent3ea856094cb77fe3087f607fa75382073963254b
docs/sphinx/qapidoc.py: Handle change of QAPI's builtin module name

In commit e2bbc4eaa7f0 we changed the QAPI modules to name the built-in
module "./builtin" rather than None, but forgot to update the Sphinx
plugin. The effect of this was that when the plugin generated a dependency
file it was including a bogus dependency on a non-existent file named
"builtin", which meant that ninja would run Sphinx and rebuild all
the documentation every time even if nothing had changed.

Update the plugin to use the new name of the builtin module.

Fixes: e2bbc4eaa7f0
Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Paolo Bonzini <[email protected]>
Tested-by: Eric Blake <[email protected]>
Message-id: 20210212161311[email protected]
docs/sphinx/qapidoc.py
This page took 0.026061 seconds and 4 git commands to generate.