From 11266daa57adc1a2724e08699c797e89a0d2053b Mon Sep 17 00:00:00 2001 From: Jakob Lykke Andersen Date: Sun, 5 Jul 2020 09:40:45 +0200 Subject: [PATCH] Update CI scripts with new Sphinx versions --- .github/workflows/unit_tests.yml | 5 +++-- .travis.yml | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index fd0c9f27..172e7a8c 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -8,8 +8,9 @@ jobs: matrix: python-version: [3.5, 3.6, 3.7, 3.8] sphinx-version: - - 3.0.0 - - git+https://github.com/sphinx-doc/sphinx.git@3.0.x + - 3.0.4 + - 3.1.1 + - git+https://github.com/sphinx-doc/sphinx.git@3.1.x - git+https://github.com/sphinx-doc/sphinx.git@3.x # master (Sphinx 4) will require at least Python 3.6, so disable it for now #- git+https://github.com/sphinx-doc/sphinx.git@master diff --git a/.travis.yml b/.travis.yml index d90bfff9..61594544 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,13 @@ language: python env: - - SPHINX_VERSION=3.0 TRAVIS_CI=True + - SPHINX_VERSION=3.1 TRAVIS_CI=True python: - "3.5" - "3.6" + - "3.7" + - "3.8" before_install: - sudo apt-get update -qq