-
-
Notifications
You must be signed in to change notification settings - Fork 328
Links in function signatures not being resolved #2289
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
Comments
% python -m sphinx.ext.intersphinx _build/html/objects.inv | grep "StoreLike"
zarr.storage.StoreLike : _autoapi/zarr/storage/index.html#zarr.storage.StoreLike
zarr.storage.common.StoreLike : _autoapi/zarr/storage/common/index.html#zarr.storage.common.StoreLike |
In .. py:data:: StoreLike |
I think we're running into sphinx-doc/sphinx#10785 here |
@dstansby - you are probably the expert here. Do we see a path to fixing this? |
Not without sphinx-doc/sphinx#10785 being fixed, which doesn't seem like it's going to happen soon. So definitely don't block v3 on this! |
In the v3 docs, there are some internal references that aren't being linked in function signatures. For example, in the listing for
zarr.Array
, there should be a link forzarr.storage.StoreLike
but there isn't. This is despite there being an entry forzarr.storage.StoreLike
.The text was updated successfully, but these errors were encountered: