Closed anissa111 closed 3 weeks ago
Meowdy! See your PR preview: 🔍 Git commit SHA: 66683523e43e249b60b55ef19c4dddd2ddb1b458 ✅ Deployment Preview URL: https://NCAR.github.io/geocat-applications/_preview/141
Task linked: GA-1499 Add link checker to geocat-applications
This PR:
linkcheck.yml
as a separate action workflow file so that our entire CI won't show as failing if just linkcheck is having problems and potential linkcheck problems won't necessarily block PRs.:ref:
roles to internal links in cards inapplications/applications.rst
andindex.rst
references.bib
to remove redundant urls and correct a typo in a doilinkcheck_anchors = False
toconf.py
to allow linking to specific line numbers on github (invalid anchors will still go to the intended page, just not the intended location)linkcheck_ignore = [r'https://doi.org/10.1080/104732299303296']
toconf.py
. I tried to do some stuff with the user agent, but ultimately, this page is really interested in keeping track of the number of people who access it and I don't want to mess with their stats.Addresses GA-1499