Browse Source

.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>
pull/89/head
Alex Bennée 6 years ago
parent
commit
68e5b85e41
  1. 2
      .travis.yml

2
.travis.yml

@ -194,7 +194,7 @@ matrix:
addons:
apt:
packages:
- python-sphinx
- python3-sphinx
- texinfo
- perl

Loading…
Cancel
Save