From 392eadb238a5ba984e61bc8dd33dd0656012117c Mon Sep 17 00:00:00 2001 From: AakashGC Date: Tue, 15 Nov 2022 15:20:23 +1100 Subject: [PATCH 1/2] sphinx-version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b67a834a1..1d3ff833c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ readme = "README.md" requires-python = ">=3.7" dependencies = [ - "sphinx>=3,<6", + "sphinx>=4,<6", "pydata-sphinx-theme~=0.10.1", "pyyaml", ] From 06bc8215d005c80b12add922b4af2637b8dd70ef Mon Sep 17 00:00:00 2001 From: AakashGC Date: Tue, 15 Nov 2022 15:23:07 +1100 Subject: [PATCH 2/2] sphinx version --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a420a2ee1..2a4a6ed88 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,14 +26,14 @@ jobs: matrix: os: [ubuntu-latest] python-version: [3.7, 3.8, 3.9] - sphinx: [">=3,<4", ">=4,<5"] + sphinx: [">=4,<5", ">=5,<6"] include: - os: windows-latest python-version: 3.9 - sphinx: ">=3,<4" + sphinx: ">=4,<5" - os: macos-latest python-version: 3.9 - sphinx: ">=4,<5" + sphinx: ">=5,<6" runs-on: ${{ matrix.os }} steps: