Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Fix reference warning in Arrayterator and recfunctions. #24442

Merged
merged 1 commit into from Aug 20, 2023

Conversation

liang3zy22
Copy link
Contributor

Fix following reference warning:

numpy/lib/arrayterator.py:docstring of numpy.lib.arrayterator.Arrayterator:34: WARNING: py:obj reference target not found: ndenumerate
numpy/lib/arrayterator.py:docstring of numpy.lib.arrayterator.Arrayterator:36: WARNING: py:obj reference target not found: flatiter
numpy/lib/arrayterator.py:docstring of numpy.lib.arrayterator.Arrayterator:38: WARNING: py:obj reference target not found: memmap
numpy/lib/recfunctions.py:docstring of numpy.lib.recfunctions.structured_to_unstructured:21: WARNING: py:obj reference target not found: np.ndarray
numpy/lib/recfunctions.py:docstring of numpy.lib.recfunctions.structured_to_unstructured:21: WARNING: py:obj reference target not found: np.recarray
numpy/lib/recfunctions.py:docstring of numpy.lib.recfunctions.structured_to_unstructured:21: WARNING: py:obj reference target not found: np.memmap

@rossbar
Copy link
Contributor

rossbar commented Aug 18, 2023

The doc build failures appear to be coming from sphinx itself rather than this PR: sphinx-doc/sphinx#11608. Specifically, it looks like we're hitting sphinx-doc/sphinx#11605 which details a problem with the latest sphinx + breathe.

I'd vote to give it a day or so to see if a patch comes out; if not, then we should probably pin sphinx until breathe is updated.

@mattip mattip merged commit f884cf6 into numpy:main Aug 20, 2023
50 of 56 checks passed
@mattip
Copy link
Member

mattip commented Aug 20, 2023

Thanks @liang3zy22

@liang3zy22 liang3zy22 deleted the arrayterrecfunc branch August 20, 2023 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants