-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make link checker more precise (#1937)
Closes #495. We are checking every Runtime and qiskit-ibm-transpiler version, plus Qiskit 0.46+. This PR makes it more explicit and precise which links we have to ignore to get that green. That reduces the risk of false positives. This PR also now has the external link checker check every single Qiskit version, whereas before it skipped historical links. It's important we don't have 404s, even for old docs. Note that the external link checker doesn't check GitHub source code links, which makes this change much less expensive. The remaining issues are tracked by #1938.
- Loading branch information
1 parent
2266c10
commit f8c4ffc
Showing
2 changed files
with
182 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters