File tree Expand file tree Collapse file tree 1 file changed +6
-16
lines changed
Expand file tree Collapse file tree 1 file changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -153,26 +153,16 @@ jobs:
153153 - name : " Install docs dependencies"
154154 run : |
155155 python -m pip install -r Doc/requirements.txt
156- sudo apt-get update
157- sudo apt-get install --yes --no-install-recommends \
158- fonts-freefont-otf \
159- latexmk \
160- texinfo \
161- texlive-fonts-extra \
162- texlive-fonts-recommended \
163- texlive-latex-base \
164- texlive-latex-extra \
165- texlive-latex-recommended \
166- texlive-xetex \
167- xindy
168156
169157 - name : " Build docs"
158+ env :
159+ SPHINXOPTS : " -j10"
170160 run : |
171161 cd Doc
172- SPHINXOPTS="-j10" make dist-epub
173- SPHINXOPTS="-j10" make dist-html
174- SPHINXOPTS="-j10" make dist-texinfo
175- SPHINXOPTS="-j10" make dist-text
162+ make dist-epub
163+ make dist-html
164+ make dist-texinfo
165+ make dist-text
176166
177167 - name : " Upload the docs artifacts"
178168 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
You can’t perform that action at this time.
0 commit comments