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.
2 parents 197e7ef + 45edac5 commit 9aaa26fCopy full SHA for 9aaa26f
.github/workflows/build-release.yml
@@ -138,14 +138,19 @@ jobs:
138
139
- name: "Install docs dependencies"
140
run: |
141
- python -m pip install \
142
- -r Doc/requirements.txt
143
-
+ python -m pip install -r Doc/requirements.txt
144
sudo apt-get update
145
sudo apt-get install --yes --no-install-recommends \
146
- latexmk texlive-xetex xindy texinfo texlive-latex-base \
147
- texlive-fonts-recommended texlive-fonts-extra \
148
- texlive-full
+ fonts-freefont-otf \
+ latexmk \
+ texinfo \
+ texlive-fonts-extra \
+ texlive-fonts-recommended \
149
+ texlive-latex-base \
150
+ texlive-latex-extra \
151
+ texlive-latex-recommended \
152
+ texlive-xetex \
153
+ xindy
154
155
- name: "Build docs"
156
0 commit comments