Open
Description
- Modify
doc/make.py
to runsphinx-build -b linkcheck
. May need to modifydoc/source/conf.py
to ignore some expected link errors. - Create a Github Action to run the Sphinx linkcheck monthly
- If errors are found, have the GIthub Action create a new issue (and delete the old one) reporting all the errors and label and
Docs
andGood First Issue