DOC: Fix build with pybind11 3#30289
Merged
story645 merged 1 commit intomatplotlib:mainfrom Jul 11, 2025
Merged
Conversation
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.
PR summary
As of pybind/pybind11#5212, pybind11 now uses
numpy.typing.NDArrayinstead ofnumpy.ndarray, and as of pybind/pybind11#5580, it changed the name of the internal wrapper that Sphinx sees.Since we already ignore
numpy.float64missing references for the same method, add the new name and new class to ignores as well.PR checklist