All of lore.kernel.org
 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

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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.