Re: [Qemu-devel] [PATCH 04/11] docs/conf.py: Disable unused _static directory

2019-02-01 Thread Alex Bennée
Peter Maydell writes: > 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 > docs/conf.py | 6 +- > 1 file changed, 5 in

[Qemu-devel] [PATCH 04/11] docs/conf.py: Disable unused _static directory

2019-02-01 Thread Peter Maydell
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 --- docs/conf.py | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/con