qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] .travis.yml: ensure python3-sphinx installed for docs
@ 2020-02-04 10:51 Alex Bennée
  2020-02-04 11:57 ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Bennée @ 2020-02-04 10:51 UTC (permalink / raw)
  To: qemu-devel, peter.maydell
  Cc: Fam Zheng, Philippe Mathieu-Daudé, Alex Bennée

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] .travis.yml: ensure python3-sphinx installed for docs
  2020-02-04 10:51 [PATCH] .travis.yml: ensure python3-sphinx installed for docs Alex Bennée
@ 2020-02-04 11:57 ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 2+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-02-04 11:57 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel, peter.maydell; +Cc: Fam Zheng

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>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-04 11:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-04 10:51 [PATCH] .travis.yml: ensure python3-sphinx installed for docs Alex Bennée
2020-02-04 11:57 ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).