From 4dbff44b903708e9680cd3fa5a50a60c6645d593 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 8 Jan 2020 12:30:41 +0100 Subject: [PATCH] travis: install python-sphinx --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c62f6987..e2dc25f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ services: addons: apt: packages: + - python-sphinx dist: bionic language: cpp -- 2.30.2