From 2b2ecbace4cf404cc4541be16bdc04d2d9ba88c3 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 17 Jun 2021 19:17:17 +0200 Subject: gnu: QEMU: Adjust for Sphinx 4.0. * gnu/packages/patches/qemu-sphinx-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/virtualization.scm (qemu)[source](patches): Add it. --- gnu/packages/patches/qemu-sphinx-compat.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 gnu/packages/patches/qemu-sphinx-compat.patch (limited to 'gnu/packages/patches/qemu-sphinx-compat.patch') diff --git a/gnu/packages/patches/qemu-sphinx-compat.patch b/gnu/packages/patches/qemu-sphinx-compat.patch new file mode 100644 index 0000000000..7342ebee4e --- /dev/null +++ b/gnu/packages/patches/qemu-sphinx-compat.patch @@ -0,0 +1,18 @@ +Prevent Sphinx 4 and later from creating subdirectories, which +the build scripts are not equipped to deal with. + +Taken from upstream: +https://gitlab.com/qemu-project/qemu/-/issues/256 +https://gitlab.com/qemu-project/qemu/-/commit/269a7e97865cb863c9ca19e5f2e6a40ac9eddf82 + +diff --git a/docs/conf.py b/docs/conf.py +--- a/docs/conf.py ++++ b/docs/conf.py +@@ -279,6 +279,7 @@ + ['Stefan Hajnoczi ', + 'Masayoshi Mizuma '], 1), + ] ++man_make_section_directory = False + + # -- Options for Texinfo output ------------------------------------------- + -- cgit v1.2.3