File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 19
19
python-version : ["3.9", "3.10", "3.11", "3.12"]
20
20
sphinx-version :
21
21
["sphinx==6.0", "sphinx==6.2", "sphinx==7.0", "sphinx>=7.3"]
22
+ include :
23
+ - os : Windows
24
+ python-version : " 3.12"
25
+ sphinx-version : " sphinx" # version shouldn't really matter here
26
+ defaults :
27
+ run :
28
+ shell : bash -eo pipefail {0}
22
29
steps :
23
30
- uses : actions/checkout@v4
24
31
@@ -59,11 +66,13 @@ jobs:
59
66
run : |
60
67
sudo apt-get update
61
68
sudo apt install texlive texlive-latex-extra latexmk dvipng
69
+ if : runner.os == 'Linux'
62
70
63
71
- name : Build documentation
64
72
run : |
65
73
make -C doc html SPHINXOPTS="-nT"
66
74
make -C doc latexpdf SPHINXOPTS="-nT"
75
+ if : runner.os == 'Linux'
67
76
68
77
prerelease :
69
78
runs-on : ${{ matrix.os }}-latest
You can’t perform that action at this time.
0 commit comments