From: Alex Bennée Date: Tue, 4 Feb 2020 10:51:42 +0000 (+0000) Subject: .travis.yml: ensure python3-sphinx installed for docs X-Git-Tag: v5.0.0-rc0~109^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68e5b85e41fe7684e58cd077772b7d1e8bc092c7;p=thirdparty%2Fqemu.git .travis.yml: ensure python3-sphinx installed for docs Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20200204105142.21845-1-alex.bennee@linaro.org> --- diff --git a/.travis.yml b/.travis.yml index 3b35b7cf04d..6c0ec6cf69f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -194,7 +194,7 @@ matrix: addons: apt: packages: - - python-sphinx + - python3-sphinx - texinfo - perl