diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2020-02-04 10:51:42 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2020-02-04 17:13:29 +0000 |
commit | 68e5b85e41fe7684e58cd077772b7d1e8bc092c7 (patch) | |
tree | 32c7b846eb5e9c7506c7026b80125628e0e6f498 /.travis.yml | |
parent | 73217f3ed47c7e9e2351d07d169df376466f18e6 (diff) |
.travis.yml: ensure python3-sphinx installed for docs
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200204105142.21845-1-alex.bennee@linaro.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |