Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Enforce linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
leezu committed Jun 7, 2019
1 parent f652240 commit 6c08d07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/jenkins/build_steps.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def website_linkcheck(workspace_name, conda_env_name) {
if [[ ${enforce_linkcheck} == true ]]; then
make -C docs linkcheck SPHINXOPTS=-W
else
set +e
make -C docs linkcheck
fi;
set +ex
Expand Down

0 comments on commit 6c08d07

Please sign in to comment.