From 6ff3032c7046dc93afff82c5ddeac69ad2de6e2e Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Mon, 9 May 2022 17:50:12 -0700 Subject: [PATCH] Test on sphinx 5 --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bdc263d4..ac7813f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,8 @@ jobs: matrix: os: [Ubuntu] python-version: ["3.7", "3.8", "3.9", "3.10"] - sphinx-version: ["sphinx==3.0", "sphinx==4.0", "sphinx>4.4"] + sphinx-version: + ["sphinx==3.0", "sphinx==4.0", "sphinx>4.4", "sphinx==5.0.0b1"] steps: - uses: actions/checkout@v2