From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:49626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guM2N-0000ow-9R for qemu-devel@nongnu.org; Thu, 14 Feb 2019 13:47:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1guM2J-0008Ll-H6 for qemu-devel@nongnu.org; Thu, 14 Feb 2019 13:47:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59190) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1guM2H-0008DL-Kg for qemu-devel@nongnu.org; Thu, 14 Feb 2019 13:47:02 -0500 References: <20190201145035.22739-1-peter.maydell@linaro.org> From: Paolo Bonzini Message-ID: <95b82190-43f4-7b41-c1ee-10192f06b996@redhat.com> Date: Thu, 14 Feb 2019 19:46:43 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/11] Enable build and install of our rST docs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= Cc: QEMU Developers , "patches@linaro.org" , Stefan Hajnoczi , =?UTF-8?Q?Daniel_P_=2e_Berrang=c3=a9?= , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= On 14/02/19 16:24, Peter Maydell wrote: > It does check, but I forgot to make the makefiles pay attention > to the check. > > That's very irritating that Fedora is using a weird filename for > the tool -- what is their justification for doing that? > I suppose we'll have to make configure cope :-( They do have sphinx-build but it uses Python 2. If you only install the Python 3 version, you get sphinx-build-3. I think it will be switched in Fedora 30, but I'm not sure. Paolo