qiskit-ibm-runtime icon indicating copy to clipboard operation
qiskit-ibm-runtime copied to clipboard

Add Intersphinx to docs

Open Eric-Arellano opened this issue 4 months ago • 0 comments

That will allow linking Runtime docs to Qiskit docs. To do this,

  1. activate sphinx.ext.intersphinx in extensions in conf.py
  2. 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.

Eric-Arellano avatar Apr 12 '24 17:04 Eric-Arellano