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 <m.pricejones@gmail.com>
  • Loading branch information
michaeljones authored and fabiobaltieri committed Jul 3, 2023
1 parent 56d7afe commit 343f60c
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 343f60c

Please sign in to comment.