Skip to content

Commit

Permalink
Add Python standard library to Intersphinx mapping (#10523)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
jakelishman authored and mergify[bot] committed Aug 14, 2023
1 parent 3d22ba1 commit f96c9f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Expand Up @@ -76,6 +76,7 @@
"qiskit-aer": ("https://qiskit.org/ecosystem/aer/", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"matplotlib": ("https://matplotlib.org/stable/", None),
"python": ("https://docs.python.org/3/", None),
}

# ----------------------------------------------------------------------------------
Expand Down

0 comments on commit f96c9f6

Please sign in to comment.