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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=68e5b85e41fe7684e58cd077772b7d1e8bc092c7;p=qemu.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 3b35b7cf04..6c0ec6cf69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -194,7 +194,7 @@ matrix: addons: apt: packages: - - python-sphinx + - python3-sphinx - texinfo - perl