]> git.proxmox.com Git - mirror_qemu.git/blobdiff - docs/conf.py
tests/9pfs: add local Tmkdir test
[mirror_qemu.git] / docs / conf.py
index 00e1b750e240692ae1fd82cfc49f3a75cc94249b..e584f68393898c7edb8e2cb137ef5b519e030321 100644 (file)
@@ -241,7 +241,7 @@ texinfo_documents = [
 # We use paths starting from qemu_docdir here so that you can run
 # sphinx-build from anywhere and the kerneldoc extension can still
 # find everything.
-kerneldoc_bin = os.path.join(qemu_docdir, '../scripts/kernel-doc')
+kerneldoc_bin = ['perl', os.path.join(qemu_docdir, '../scripts/kernel-doc')]
 kerneldoc_srctree = os.path.join(qemu_docdir, '..')
 hxtool_srctree = os.path.join(qemu_docdir, '..')
 qapidoc_srctree = os.path.join(qemu_docdir, '..')