We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1eb302 commit 731f020Copy full SHA for 731f020
1 file changed
.github/workflows/sphinxbuild.yml
@@ -58,6 +58,11 @@ jobs:
58
- name: Checkout repository
59
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
60
61
+ - name: Install LaTeX dependencies
62
+ run: |
63
+ sudo apt-get update
64
+ sudo apt-get install -y texlive-xetex texlive-fonts-recommended texlive-latex-extra latexmk
65
+
66
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
67
with:
68
python-version: '3.12'
0 commit comments