From 428a2ac5826e2e29b14b63571433f3dccffed1c1 Mon Sep 17 00:00:00 2001 From: JamesGibo <22477854+JamesGibo@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:52:35 +0100 Subject: [PATCH] Fix sphinx 7.2.5 ci build --- .github/workflows/check-sphinx-and-links.yml | 2 +- docs/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-sphinx-and-links.yml b/.github/workflows/check-sphinx-and-links.yml index 82296302..285a2006 100644 --- a/.github/workflows/check-sphinx-and-links.yml +++ b/.github/workflows/check-sphinx-and-links.yml @@ -11,7 +11,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4.7.0 with: - python-version: 3.9 + python-version: '3.10' - name: "Install prerequisites" run: | diff --git a/docs/requirements.txt b/docs/requirements.txt index ec903057..ade78463 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -sphinx == 6.1.3 -sphinx_rtd_theme == 1.3.0 \ No newline at end of file +sphinx == 7.2.5 +sphinx_rtd_theme == 1.3.0