From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:59399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h1LFy-0004bN-Ov for qemu-devel@nongnu.org; Tue, 05 Mar 2019 20:22:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h1LFy-0004I5-1e for qemu-devel@nongnu.org; Tue, 05 Mar 2019 20:22:02 -0500 Received: from mail-pg1-x52c.google.com ([2607:f8b0:4864:20::52c]:44349) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h1LFx-0004HQ-Qi for qemu-devel@nongnu.org; Tue, 05 Mar 2019 20:22:01 -0500 Received: by mail-pg1-x52c.google.com with SMTP id j3so6934897pgm.11 for ; Tue, 05 Mar 2019 17:22:01 -0800 (PST) References: <20190305172139.32662-1-peter.maydell@linaro.org> <20190305172139.32662-5-peter.maydell@linaro.org> From: Richard Henderson Message-ID: Date: Tue, 5 Mar 2019 14:36:37 -0800 MIME-Version: 1.0 In-Reply-To: <20190305172139.32662-5-peter.maydell@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 04/12] docs/conf.py: Disable unused _static directory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: =?UTF-8?Q?Alex_Benn=c3=a9e?= , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , Aleksandar Markovic On 3/5/19 9:21 AM, Peter Maydell wrote: > We don't yet have any custom static files, so disable this > config file setting to avoid a warning from sphinx about > not being able to find the directory. > > Signed-off-by: Peter Maydell > Reviewed-by: Alex Bennée > Acked-by: Aleksandar Markovic > Message-id: 20190228145624.24885-5-peter.maydell@linaro.org > --- > docs/conf.py | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) Reviewed-by: Richard Henderson r~