-
Notifications
You must be signed in to change notification settings - Fork 355
Open
Labels
Milestone
Description
Enhancement request:
What should be added/changed?
A way to detect 404 links in doc.
Recap of today's discord discussion after I brought the topic up:
- 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.