Skip to content

Commit 85f2b97

Browse files
[SYCL][Docs] Bump CI Sphinx version to 4.2.0 (#7524)
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 <steffen.larsen@intel.com>
1 parent 4ff42c3 commit 85f2b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install deps
2323
run: |
2424
sudo apt-get install -y doxygen graphviz ssh ninja-build
25-
sudo pip3 install 'sphinx==4.1.2' 'myst-parser==0.15.1' 'recommonmark==0.7.1'
25+
sudo pip3 install 'sphinx==4.2.0' 'myst-parser==0.15.1' 'recommonmark==0.7.1'
2626
- name: Build Docs
2727
run: |
2828
mkdir -p $GITHUB_WORKSPACE/build

0 commit comments

Comments
 (0)