Skip to content

Commit

Permalink
[SYCL][Docs] Bump CI Sphinx version to 4.2.0 (#7524)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
steffenlarsen authored Nov 28, 2022
1 parent 4ff42c3 commit 85f2b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85f2b97

Please sign in to comment.