qiskit-ibm-runtime
qiskit-ibm-runtime copied to clipboard
Add Intersphinx to docs
That will allow linking Runtime docs to Qiskit docs. To do this,
- activate
sphinx.ext.intersphinx
in extensions inconf.py
- set up intersphinx like https://github.com/Qiskit/qiskit/blob/adfcf72a60ec3d21dde5cee38393d8f52224f12f/docs/conf.py#L81-L88, but with an entry for
qiskit
to https://docs.quantum.ibm.com/api/qiskit/
Consider auditing the Runtime API docs to see if there are references we can update.