Skip to content

Commit af830dd

Browse files
committed
fix texlive latest eror
1 parent 00e97fc commit af830dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
sphinx-build -M latex docs/ docs/_build/
4444
4545
- name: Compile LaTeX document
46-
uses: docker://texlive/texlive:latest
46+
uses: docker://texlive/texlive:TL2024-historic
4747
with:
4848
args: make -C docs/_build/latex
4949
- name: Copy Latex pdf to ./html

0 commit comments

Comments
 (0)