Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Intersphinx to docs #1611

Open
Eric-Arellano opened this issue Apr 12, 2024 · 0 comments
Open

Add Intersphinx to docs #1611

Eric-Arellano opened this issue Apr 12, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@Eric-Arellano
Copy link
Collaborator

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 Eric-Arellano added the documentation Improvements or additions to documentation label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant