Commit d2d969e
committed
DOC: Fix build with pybind11 3
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.1 parent e7a09ac commit d2d969e
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
127 | 131 | | |
128 | 132 | | |
129 | 133 | | |
| |||
0 commit comments