Qiskit / documentation

The documentation content home for https://docs.quantum.ibm.com.
https://docs.quantum.ibm.com
Apache License 2.0
38 stars 81 forks source link

Link checker: Add a method to ignore non-API docs for objects.inv #2337

Closed arnaucasau closed 3 days ago

arnaucasau commented 3 days ago

This PR adds a new mechanism to ignore links where we can add a regex expression to ignore all the URLs that match it. It adds regexes for the non-API docs in the addons' and runtime's objects.inv.

Closes #2296