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 9603544 commit 45edac5Copy full SHA for 45edac5
.github/workflows/source-and-docs-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