We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6b07b commit cfe8f8aCopy full SHA for cfe8f8a
.github/workflows/static.yml
@@ -33,17 +33,7 @@ jobs:
33
34
- name: Install Sphinx deps
35
run: pip install sphinx sphinx_rtd_theme
36
-
37
- - name: Install LaTeX deps
38
- run: sudo apt-get update && sudo apt-get install -y \
39
- latexmk \
40
- texlive-latex-base \
41
- texlive-latex-recommended \
42
- texlive-latex-extra \
43
- texlive-fonts-recommended \
44
- texlive-fonts-extra \
45
- texlive-science \
46
- texlive-xetex
+
47
- name: Build HTML docs
48
run: make html
49
working-directory: ${{ github.workspace }}
0 commit comments