Qiskit / qiskit-metapackage

Qiskit is an open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules.
https://qiskit.org
Apache License 2.0
3.03k stars 753 forks source link

Add intersphinx extension for linking to other orgs #1769

Closed psschwei closed 1 year ago

psschwei commented 1 year ago

Summary

Adding intersphinx extension to allow for linking to other orgs in docs

Details and comments

I added links for matplotlib.figure.Figure return types to the visualization docs in https://github.com/Qiskit/qiskit-terra/pull/10389 , and @Eric-Arellano requested in https://github.com/Qiskit/qiskit-terra/pull/10389#pullrequestreview-1518994619 to make that change here as well.

It didn't appear that the intersphinx extension was being used in this repo (I didn't find it in docs/conf.py), so I added the extension and all the mappings from qiskit-terra. Let me know if that's not the correct approach to take here.