Skip to content

Commit b3b59e9

Browse files
authored
Add Python standard library to Intersphinx mapping (Qiskit#10523)
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.
1 parent 80e95d1 commit b3b59e9

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
@@ -117,6 +117,7 @@
117117
"qiskit-aer": ("https://qiskit.org/ecosystem/aer/", None),
118118
"numpy": ("https://numpy.org/doc/stable/", None),
119119
"matplotlib": ("https://matplotlib.org/stable/", None),
120+
"python": ("https://docs.python.org/3/", None),
120121
}
121122

122123
# ----------------------------------------------------------------------------------

0 commit comments

Comments
 (0)