diff options
author | Tom Rini <trini@konsulko.com> | 2020-02-24 15:10:36 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-02-24 15:10:36 -0500 |
commit | 5f6c8496cc04c24220b3d9479dd082d97f5f3a7f (patch) | |
tree | fd6d2d5270bcc2df0736987aea4c8e73782735c6 | |
parent | 7886e9d6718f43b5e481ff92a99c82d24af3a217 (diff) | |
download | u-boot-5f6c8496cc04c24220b3d9479dd082d97f5f3a7f.tar.gz |
travis: Add python3-sphinx to the package listWIP/2020-02-24-ci-htmldocs
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 911c85e130..7ab855acb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ addons: - libsdl2-dev - python - python-pyelftools + - python3-sphinx - python3-virtualenv - python3-pip - swig |