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 ------------------------------------------- type='hidden' name='id' value='d582b399781f6fd80c63d07746524196603972e4'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-02Reinstate "services: Add a service for Jami."...Maxim Cournoyer
2021-08-02Revert "services: Add a service for Jami."...Maxim Cournoyer
2021-08-02services: Add a service for Jami....Maxim Cournoyer
2021-06-29services: configuration: Allow specifying prefix for serializer names....Xinglu Chen
2021-05-17services: configuration: Add a define-maybe/no-serialization syntax....Maxim Cournoyer
2021-05-08services: configuration: Add tests....Maxim Cournoyer
2021-02-12services: Add transmission-daemon service....Simon South
2020-08-02services: Add zram-device-service....Efraim Flashner