diff options
author | Tom Rini <trini@konsulko.com> | 2020-02-24 15:10:36 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-02-25 09:06:40 -0500 |
commit | f36f15b64b65f949ea0afe781fefe93c2e803ebd (patch) | |
tree | abaf1f49276620470f96eec3bd02ebf7f8b649f0 | |
parent | d94a3d17079dbf6278628686d69dc30c8e67b5b7 (diff) | |
download | u-boot-f36f15b64b65f949ea0afe781fefe93c2e803ebd.tar.gz |
travis: Add python3-sphinx to the package list
In order to build htmldocs we need sphinx-build which comes from
python3-sphinx.
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e6db9d6a72..11f9757d88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ addons: - libsdl2-dev - python - python-pyelftools + - python3-sphinx - python3-virtualenv - python3-pip - swig |