33
33
fail-fast : false
34
34
matrix :
35
35
version : [3.13]
36
- format : [html, latex ]
36
+ format : [html]
37
37
steps :
38
38
- uses : actions/setup-python@master
39
39
with :
@@ -51,28 +51,28 @@ jobs:
51
51
- run : git pull
52
52
working-directory : ./Doc/locales/ko/LC_MESSAGES
53
53
-
uses :
sphinx-doc/[email protected]
54
- - run : make -e SPHINXOPTS="--color -D language='ko' -- keep-going" SPHINXERRORHANDLING=" " ${{ matrix.format }}
54
+ - run : make -e SPHINXOPTS="--color -D language='ko' -W -- keep-going" ${{ matrix.format }}
55
55
working-directory : ./Doc
56
56
- uses : actions/upload-artifact@master
57
57
if : success() || failure()
58
58
with :
59
59
name : build-${{ matrix.version }}-${{ matrix.format }}
60
60
path : Doc/build/${{ matrix.format }}
61
61
62
- output-pdf :
63
- runs-on : ubuntu-latest
64
- strategy :
65
- matrix :
66
- version : [3.13]
67
- needs : ['build-translation']
68
- steps :
69
- - uses : actions/download-artifact@master
70
- with :
71
- name : build-${{ matrix.version }}-latex
72
- - run : sudo apt-get update
73
- - run : sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy
74
- - run : make
75
- - uses : actions/upload-artifact@master
76
- with :
77
- name : build-${{ matrix.version }}-pdf
78
- path : .
62
+ # output-pdf:
63
+ # runs-on: ubuntu-latest
64
+ # strategy:
65
+ # matrix:
66
+ # version: [3.13]
67
+ # needs: ['build-translation']
68
+ # steps:
69
+ # - uses: actions/download-artifact@master
70
+ # with:
71
+ # name: build-${{ matrix.version }}-latex
72
+ # - run: sudo apt-get update
73
+ # - run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy
74
+ # - run: make
75
+ # - uses: actions/upload-artifact@master
76
+ # with:
77
+ # name: build-${{ matrix.version }}-pdf
78
+ # path: .
0 commit comments