From 5916392f3937910219927db618060594238d4e5c Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Wed, 13 Apr 2022 23:17:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20CI:=20Skip=20testing=20for=20Sph?= =?UTF-8?q?inx=20v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fails because of: https://github.com/sphinx-doc/sphinx/issues/10291 --- .github/workflows/tests.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 33180b55..3b688c0a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,9 +29,10 @@ jobs: sphinx: [">=4,<5"] os: [ubuntu-latest] include: - - os: ubuntu-latest - python-version: "3.8" - sphinx: ">=3,<4" + # fails because of: https://github.com/sphinx-doc/sphinx/issues/10291 + # - os: ubuntu-latest + # python-version: "3.8" + # sphinx: ">=3,<4" - os: windows-latest python-version: "3.8" sphinx: ">=4,<5"