From c8271d8bf33d519d1ef1e241aa5c08edb0b12d08 Mon Sep 17 00:00:00 2001 From: Kenneth Enevoldsen Date: Tue, 10 Oct 2023 20:46:38 +0200 Subject: [PATCH] fix: versioning in github actions --- .github/workflows/documentation.yml | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 95d92816..e15ae970 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -28,6 +28,8 @@ jobs: uses: sphinx-notes/pages@2.1 with: documentation_path: docs + sphinx_version: "5.3.0" + - name: Push changes if: ${{ github.event_name == 'push' }} diff --git a/pyproject.toml b/pyproject.toml index 615dc1c1..9b04b42e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ tests = [ "pytest-instafail>=0.4.2", ] docs = [ - "sphinx>=5.3.0", + "sphinx==5.3.0", "furo>=2022.12.7", # theme "sphinx-copybutton>=0.5.1", "sphinxext-opengraph>=0.7.3",