Skip to content

Commit

Permalink
doc: Add '--keep-going' flag to sphinx-build
Browse files Browse the repository at this point in the history
So that we see all the potential errors in CI and not just the first
and can assess how much work there is to do.

This was introduced for debuggin but gmarull has suggested keeping it
in.

Signed-off-by: Michael Jones <[email protected]>
  • Loading branch information
michaeljones committed Jun 29, 2023
1 parent 396ef38 commit f02486f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
DOC_TARGET="html"
fi
DOC_TAG=${DOC_TAG} SPHINXOPTS="-q -W -t publish" make -C doc ${DOC_TARGET}
DOC_TAG=${DOC_TAG} SPHINXOPTS="-q -W --keep-going -t publish" make -C doc ${DOC_TARGET}
- name: compress-docs
run: |
Expand Down

0 comments on commit f02486f

Please sign in to comment.