[PATCH] .travis.yml: ensure python3-sphinx installed for docs

Alex Bennée posted 1 patch 4 years, 3 months ago
Test docker-quick@centos7 passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200204105142.21845-1-alex.bennee@linaro.org
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] .travis.yml: ensure python3-sphinx installed for docs
Posted by Alex Bennée 4 years, 3 months ago
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index c1c6df475a8..8bdebd36c1f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -194,7 +194,7 @@ matrix:
       addons:
         apt:
           packages:
-            - python-sphinx
+            - python3-sphinx
             - texinfo
             - perl
 
-- 
2.20.1


Re: [PATCH] .travis.yml: ensure python3-sphinx installed for docs
Posted by Philippe Mathieu-Daudé 4 years, 3 months ago
On 2/4/20 11:51 AM, Alex Bennée wrote:
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>   .travis.yml | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index c1c6df475a8..8bdebd36c1f 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -194,7 +194,7 @@ matrix:
>         addons:
>           apt:
>             packages:
> -            - python-sphinx
> +            - python3-sphinx
>               - texinfo
>               - perl
>   
> 

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>