Skip to content

Commit ef8ae34

Browse files
Add Python standard library to Intersphinx mapping (Qiskit#10523) (Qiskit#10627)
This is good for the resolution of just over 200 failed Sphinx references, almost all of which are from Sphinx attempting to insert links in type hints. Those aren't super important, but it's nice in the vein of being able to use Sphinx's `nitpicky` mode to find places where we have Sphinx references that are failing to resolve, since it silences some of the noise. (cherry picked from commit b3b59e9) Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
1 parent 3d22ba1 commit ef8ae34

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"qiskit-aer": ("https://qiskit.org/ecosystem/aer/", None),
7777
"numpy": ("https://numpy.org/doc/stable/", None),
7878
"matplotlib": ("https://matplotlib.org/stable/", None),
79+
"python": ("https://docs.python.org/3/", None),
7980
}
8081

8182
# ----------------------------------------------------------------------------------

0 commit comments

Comments
 (0)