Skip to content

Commit d633688

Browse files
committed
Disable linkcheck for now
Disabling Sphinx linkchecking for now to unblock other PRs
1 parent 9093f8d commit d633688

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/check_sphinx_build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ jobs:
2727
- name: Build documentation
2828
shell: bash -l {0}
2929
run: |
30-
make html linkcheck
30+
make html
31+
32+
# - name: Check links
33+
# shell: bash -l {0}
34+
# run: |
35+
# make linkcheck
3136

3237
# workaround https://github.com/actions/upload-artifact/issues/38
3338
- name: tarball

0 commit comments

Comments
 (0)