You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A BeautifulSoup script against generated files should be enough to get started
Selenium is overkill given we don't use much JS in the doc
404 detection could be run as either a unit test or as part of the sphinx build
What would it help with?
Finding broken links. We have multiple recent examples of broken links (#1165 , #1130 , #998), and there are likely more undetected. Upcoming doc reorganization will create even more, so we need a way to find them all.