Skip to content

Commit

Permalink
Update html build command and error check in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
theferrit32 committed Nov 4, 2024
1 parent 361dad5 commit 22cd474
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ jobs:
- name: Build HTML
run: |
SPHINXOPTS='-W --keep-going' make html
# -W is too noisy as it treats all warnings as errors and we have a lot of warnings
# SPHINXOPTS='-W --keep-going' make html
make html 2>&1 | grep -E "ERROR|CRITICAL"

0 comments on commit 22cd474

Please sign in to comment.