This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Doc build error #284
Labels
bug
Something isn't working
CI
Continuous Integration and packaging tools
documentation
Improvements or additions to documentation
Comments
TomNicholas
added
bug
Something isn't working
documentation
Improvements or additions to documentation
CI
Continuous Integration and packaging tools
labels
Nov 27, 2023
adding |
Hello, I tried to add intersphinx_mapping = {
"python": ("https://docs.python.org/3.8/", None),
"numpy": ("https://numpy.org/doc/stable", None),
"xarray": ("https://xarray.pydata.org/en/stable/", None),
"xarray-tutorial": ("https://tutorial.xarray.dev/", None),
} However, the error on Extension error (numpydoc.numpydoc):
Handler <function mangle_signature at 0x7fb8f444cdc0> for event 'autodoc-process-signature' threw an exception (exception: Error parsing See Also entry ':doc:`xarray-tutorial:intermediate/indexing/indexing`' in the docstring of isel in /home/user/dev/datatree/datatree/mapping.py.)
make: *** [Makefile:54: html] Error 2 |
8 tasks
revisiting this, I think the reason this fails while |
3 tasks
should we cut a release, now that the docs build again? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bug
Something isn't working
CI
Continuous Integration and packaging tools
documentation
Improvements or additions to documentation
Weird failure kept happening in the CI in #279
https://readthedocs.org/projects/xarray-datatree/builds/22664223/
Somehow xarray's fault??
The text was updated successfully, but these errors were encountered: