diff mbox series

.travis.yml: ensure python3-sphinx installed for docs

Message ID 20200204105142.21845-1-alex.bennee@linaro.org (mailing list archive)
State New, archived
Headers show
Series .travis.yml: ensure python3-sphinx installed for docs | expand

Commit Message

Alex Bennée Feb. 4, 2020, 10:51 a.m. UTC
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Philippe Mathieu-Daudé Feb. 4, 2020, 11:57 a.m. UTC | #1
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>
diff mbox series

Patch

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