From d2d969ef9d01297728c15c0fdfa957852201834b Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Fri, 11 Jul 2025 01:30:39 -0400 Subject: [PATCH] DOC: Fix build with pybind11 3 As of https://github.com/pybind/pybind11/pull/5212, pybind11 now uses `numpy.typing.NDArray` instead of `numpy.ndarray`, and as of https://github.com/pybind/pybind11/pull/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. --- doc/missing-references.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/missing-references.json b/doc/missing-references.json index efe676afbb85..1a3693c990e5 100644 --- a/doc/missing-references.json +++ b/doc/missing-references.json @@ -122,8 +122,12 @@ "doc/api/_as_gen/mpl_toolkits.axisartist.floating_axes.rst:32::1" ], "numpy.float64": [ + "doc/docstring of matplotlib.ft2font.pybind11_detail_function_record_v1_system_libstdcpp_gxx_abi_1xxx_use_cxx11_abi_1.set_text:1", "doc/docstring of matplotlib.ft2font.PyCapsule.set_text:1" ], + "numpy.typing.NDArray": [ + "doc/docstring of matplotlib.ft2font.pybind11_detail_function_record_v1_system_libstdcpp_gxx_abi_1xxx_use_cxx11_abi_1.set_text:1" + ], "numpy.uint8": [ ":1" ] pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy