Running tox -e linkcheck picked up several broken documentation links in 0.1.0. It also picked up that detecting broken links isn't failing the tox command.
This ticket covers two items:
tox -e linkcheck should fail when there are broken links (redirects are OK)
Pre-merge CI for docs changes should check for broken links (and fail CI if any are found)
Running
tox -e linkcheck
picked up several broken documentation links in 0.1.0. It also picked up that detecting broken links isn't failing the tox command.This ticket covers two items:
tox -e linkcheck
should fail when there are broken links (redirects are OK)