From 8950c7db23781029938668817b542502733a71a7 Mon Sep 17 00:00:00 2001 From: "Larsen, Steffen" Date: Thu, 24 Nov 2022 01:48:56 -0800 Subject: [PATCH] [SYCL][Docs] Bump CI Sphinx version to 4.2.0 Docs CI is currently failing due to an interaction between Python 3.10 and Sphinx 4.1.2. This commit bumps the Sphinx version used by docs CI to 4.2.0. Signed-off-by: Larsen, Steffen --- .github/workflows/gh_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh_pages.yml b/.github/workflows/gh_pages.yml index dd6e5f8363ee4..d806349cd2c64 100644 --- a/.github/workflows/gh_pages.yml +++ b/.github/workflows/gh_pages.yml @@ -22,7 +22,7 @@ jobs: - name: Install deps run: | sudo apt-get install -y doxygen graphviz ssh ninja-build - sudo pip3 install 'sphinx==4.1.2' 'myst-parser==0.15.1' 'recommonmark==0.7.1' + sudo pip3 install 'sphinx==4.2.0' 'myst-parser==0.15.1' 'recommonmark==0.7.1' - name: Build Docs run: | mkdir -p $GITHUB_WORKSPACE/build