Skip to content

Commit

Permalink
linkcheck: SPHINXOPTS=--keep-going
Browse files Browse the repository at this point in the history
This ensures we show all errors instead of stopping at the first one
  • Loading branch information
manics committed Oct 8, 2024
1 parent 85df3f2 commit 14c54ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Link check
run: |
cd docs
make linkcheck
SPHINXOPTS=--keep-going make linkcheck

0 comments on commit 14c54ba

Please sign in to comment.