From: Tom Rini Date: Mon, 24 Feb 2020 20:10:36 +0000 (-0500) Subject: travis: Add python3-sphinx to the package list X-Git-Tag: v2020.04-rc3~3^2~4 X-Git-Url: https://git.librecmc.org/?p=oweals%2Fu-boot.git;a=commitdiff_plain;h=f36f15b64b65f949ea0afe781fefe93c2e803ebd 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 --- 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