Skip to content

Commit

Permalink
Use SPHINXOPTS to fail on CI if sphinx has warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Jul 31, 2021
1 parent eeb1111 commit d4b1f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
shell: bash -l {0}
run: |
cd doc
make html
make html SPHINXOPTS="-W"
# test:
# runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit d4b1f9a

Please sign in to comment.