Skip to content

Commit

Permalink
make sphinx fail on warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Jan 31, 2024
1 parent 8862c56 commit c216106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/packaging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mamba update conda-smithy --yes --no-banner

# test the docs build and validate that all their links are live
rm -rf ./docs/build
make -C ./docs html
make -C ./docs html SPHINXOPTS="-W --keep-going"
python -m sphinx -b linkcheck ./docs/source ./docs/build/linkcheck
rm -rf ./docs/build

Expand Down

0 comments on commit c216106

Please sign in to comment.