Skip to content

Commit

Permalink
Trying to fix sphinx build
Browse files Browse the repository at this point in the history
  • Loading branch information
chipkent committed May 8, 2024
1 parent 7e634ea commit 2e3b2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
sudo apt update
sudo apt install -y openjdk-17-jdk
- name: Pip installs
run: pip3 install --upgrade sphinx~=5.0.0 sphinx-autodoc-typehints furo==2021.10.9
run: pip3 install --upgrade sphinx~=7.3.0 sphinx-autodoc-typehints furo==2024.5.6
- name: Download IB wheels
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 2e3b2f4

Please sign in to comment.