Skip to content

Commit 1669c64

Browse files
committed
CI: Install python3 sphinx in docs CI
Python2 is dead
1 parent 68879ce commit 1669c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
sudo apt-get update
2424
sudo apt-get install -y --no-install-recommends \
25-
python-sphinx \
25+
python3-sphinx \
2626
texinfo \
2727
# EOF
2828
- uses: actions/checkout@main

0 commit comments

Comments
 (0)