From 974ebd02f1f18d1ff9eeec9835cd04ce62cedea8 Mon Sep 17 00:00:00 2001 From: "Kim H. Reenberg" <> Date: Fri, 1 Mar 2024 08:30:09 +0100 Subject: [PATCH] Revert "Update sphinx.yml" This reverts commit f13e358e880e0d1a36b233889b6425bdd31ca3e0. --- .github/workflows/sphinx.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 47fb22f..1f4e353 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -30,8 +30,6 @@ jobs: - name: Configure GitHub Pages id: pages uses: actions/configure-pages@v4.0.0 - with: - enablement: true - name: Get tool versions id: tool_versions run: echo "python=$(grep --only-matching --perl-regexp 'python \K\S+' .tool-versions)" >> $GITHUB_OUTPUT