Skip to content

Commit

Permalink
Turn Sphinx warnings into errors in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yut23 committed Feb 12, 2024
1 parent fe6ff48 commit bb7dbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build docs
run: |
cd Docs/
make SPHINXOPTS=-v NO_DOXYGEN=TRUE html
make SPHINXOPTS='-v -W --keep-going' NO_DOXYGEN=TRUE html
- name: Check links
run: |
Expand Down

0 comments on commit bb7dbe5

Please sign in to comment.