You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of pybind/pybind11#5212, pybind11 now uses
`numpy.typing.NDArray` instead of `numpy.ndarray`, and as of
pybind/pybind11#5580, it changed the name of the
internal wrapper that Sphinx sees.
Since we already ignore `numpy.float64` missing references for the same
method, add the new name and new class to ignores as well.
0 commit comments