From a1305beb87dda431a53fb6275720e67598678c97 Mon Sep 17 00:00:00 2001 From: Jochen Schirrwagen Date: Thu, 29 Nov 2018 14:17:50 +0100 Subject: [PATCH] use python 3.6 and sphinx 1.8.2 --- .travis.yml | 2 +- requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b9f5ca0..e164b5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python # language: java python: - - "2.7" + - "3.6" # install: true install: diff --git a/requirements.txt b/requirements.txt index 84cc81d..3290a5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ # Python requirements file with packages needed to build the documentation. -# Sphinx==1.3b2 -Sphinx==1.6.2 +Sphinx==1.8.2 sphinx-rtd-theme