Skip to content

Commit

Permalink
removed slides from builds until we have hieroglyph working again
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Sep 29, 2023
1 parent 8e4ed00 commit db9d99c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ jobs:
make -C docs \
clean \
html \
slides \
linkcheck \
SPHINXOPTS='-Wn --keep-going' \
FORCE_COLOR=true \
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ jobs:
builddir="nightly_${{ matrix.meta_release }}"
make -C docs \
html \
slides \
linkcheck \
SPHINXOPTS="-Wn --keep-going -A sidebar_version_name=${version}" \
STABLE=false \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: build & test
run: |
make html slides spelling linkcheck doctest \
make html spelling linkcheck doctest \
SPHINXOPTS='-Wn --keep-going' FORCE_COLOR=true
- name: debug sphinx failure
Expand Down

0 comments on commit db9d99c

Please sign in to comment.