File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ jobs:
135
135
make -C docs \
136
136
clean \
137
137
html \
138
- slides \
139
138
linkcheck \
140
139
SPHINXOPTS='-Wn --keep-going' \
141
140
FORCE_COLOR=true \
Original file line number Diff line number Diff line change @@ -139,7 +139,6 @@ jobs:
139
139
builddir="nightly_${{ matrix.meta_release }}"
140
140
make -C docs \
141
141
html \
142
- slides \
143
142
linkcheck \
144
143
SPHINXOPTS="-Wn --keep-going -A sidebar_version_name=${version}" \
145
144
STABLE=false \
Original file line number Diff line number Diff line change 83
83
84
84
- name : build & test
85
85
run : |
86
- make html slides spelling linkcheck doctest \
86
+ make html spelling linkcheck doctest \
87
87
SPHINXOPTS='-Wn --keep-going' FORCE_COLOR=true
88
88
89
89
- name : debug sphinx failure
You can’t perform that action at this time.
0 commit comments