qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Alex Bennée
Subject: [PATCH] .travis.yml: ensure python3-sphinx installed for docs
Date: Tue, 4 Feb 2020 10:51:42 +0000

Signed-off-by: Alex Bennée <address@hidden>
---
 .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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]