From 55042fbaec2594babe70a0122cf5d72bdc70bbe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 18 Feb 2016 12:50:13 +0100 Subject: [PATCH] Install sphinx so that we can build docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 65e0b5b5b6..1650034b7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,5 +77,6 @@ addons: apt: packages: - git + - python-sphinx sources: - git-core