Skip to content

Commit

Permalink
Turn Sphinx warnings into errors in CI (#1480)
Browse files Browse the repository at this point in the history
  • Loading branch information
yut23 authored Feb 13, 2024
1 parent 2b623ab commit 5226a1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
branches:
- development

env:
# enable color output from Sphinx
FORCE_COLOR: "1"

jobs:
docs:
runs-on: ubuntu-latest
Expand All @@ -33,7 +37,7 @@ jobs:
- name: Build docs
run: |
cd sphinx_docs/
make SPHINXOPTS=-v html
make SPHINXOPTS='-v -W --keep-going' html
- name: Link check
run: |
Expand Down

0 comments on commit 5226a1f

Please sign in to comment.