Skip to content

Commit ad32f0d

Browse files
committed
DOC: Fix missing references on text-overhaul branch
I thought this was because this branch was missing d2d969e, but it was actually a change introduced in matplotlib#30324 as a separate (but similar-looking) issue.
1 parent 904fc82 commit ad32f0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/missing-references.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,12 @@
126126
"doc/docstring of matplotlib.ft2font.PyCapsule.set_text:1"
127127
],
128128
"numpy.typing.NDArray": [
129+
"doc/docstring of matplotlib.ft2font.pybind11_detail_function_record_v1_system_libstdcpp_gxx_abi_1xxx_use_cxx11_abi_1.get_image:1",
129130
"doc/docstring of matplotlib.ft2font.pybind11_detail_function_record_v1_system_libstdcpp_gxx_abi_1xxx_use_cxx11_abi_1.set_text:1"
130131
],
131132
"numpy.uint8": [
132-
"<unknown>:1"
133+
"<unknown>:1",
134+
"doc/docstring of matplotlib.ft2font.pybind11_detail_function_record_v1_system_libstdcpp_gxx_abi_1xxx_use_cxx11_abi_1.get_image:1"
133135
]
134136
},
135137
"py:obj": {

0 commit comments

Comments
 (0)