commit | 7e4acf814951e346d0f970112e215542ad7d28f2 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Feb 24 15:10:36 2020 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 25 09:06:40 2020 -0500 |
tree | abaf1f49276620470f96eec3bd02ebf7f8b649f0 | |
parent | 2d5a7dea1a5f02de790d2090143c25334a1877fa [diff] |
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>
diff --git a/.travis.yml b/.travis.yml index e6db9d6..11f9757 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -22,6 +22,7 @@ - libsdl2-dev - python - python-pyelftools + - python3-sphinx - python3-virtualenv - python3-pip - swig