Skip to content

Commit 1fb0f3e

Browse files
committed
[spec] Bump sphinx version to fix Python problem
1 parent 6cc9fa1 commit 1fb0f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- run: pip install bikeshed && bikeshed update
6464
- run: pip install six
6565
- run: sudo apt-get update -y && sudo apt-get install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
66-
- run: pip install sphinx==4.0.0
66+
- run: pip install sphinx==5.1.0
6767
- run: cd document/core && make all
6868
- uses: actions/upload-artifact@v2
6969
with:

0 commit comments

Comments
 (0)