lmstudio-ai / venvstacks

Virtual environment stacks for Python
http://venvstacks.lmstudio.ai/
MIT License
172 stars 5 forks source link

Check documentation links in CI #62

Closed ncoghlan closed 2 weeks ago

ncoghlan commented 3 weeks ago

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:

  1. tox -e linkcheck should fail when there are broken links (redirects are OK)
  2. Pre-merge CI for docs changes should check for broken links (and fail CI if any are found)
ncoghlan commented 2 weeks ago

Covering this in the same PR as #43