Skip to content

Commit 71b3c79

Browse files
Merge pull request #655 from wxtim/disable.slides
removed slides from builds until we have hieroglyph working again
2 parents 8e4ed00 + db9d99c commit 71b3c79

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ jobs:
135135
make -C docs \
136136
clean \
137137
html \
138-
slides \
139138
linkcheck \
140139
SPHINXOPTS='-Wn --keep-going' \
141140
FORCE_COLOR=true \

.github/workflows/nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ jobs:
139139
builddir="nightly_${{ matrix.meta_release }}"
140140
make -C docs \
141141
html \
142-
slides \
143142
linkcheck \
144143
SPHINXOPTS="-Wn --keep-going -A sidebar_version_name=${version}" \
145144
STABLE=false \

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
8484
- name: build & test
8585
run: |
86-
make html slides spelling linkcheck doctest \
86+
make html spelling linkcheck doctest \
8787
SPHINXOPTS='-Wn --keep-going' FORCE_COLOR=true
8888
8989
- name: debug sphinx failure

0 commit comments

Comments
 (0)