8 while [ $count -le 3 ]; do
10 echo -e "\n${ANSI_RED}The command \"$@\" failed. Retrying, $count of 3.${ANSI_RESET}\n" >&2
14 [ $result -eq 0 ] && break
20 echo -e "\n${ANSI_RED}The command \"$@\" failed 3 times.${ANSI_RESET}\n" >&2
26 # Build documentation with warnings treated as errors
27 make -C doc html SPHINXOPTS
='-n -W -a'
29 # Check external links
30 travis_retry
make -C doc linkcheck