On 4/11/20 11:29 AM, Peter Maydell wrote: > If we are not making warnings fatal for compilation, make them > non-fatal when building the Sphinx documentation also. (For instance > Sphinx 3.0 warns about some constructs that older versions were happy > with, which is a build failure if we use the warnings-as-errors > flag.) > > This provides a workaround at least for LP:1872113. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > configure | 9 ++++++++- > Makefile | 2 +- > 2 files changed, 9 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~