Bob Documentation in intersphinx catalog
Auto-intershpinx doesn't seem to find itself the correct meta-data for bob packages if they are not included as a dependency in the pyproject.toml
, so the links of those packages' documentation are put in the catalog.
Merge request reports
Activity
requested review from @ydayer
assigned to @amayoraz
auto-intersphinx
won't find thebob.bio.face
doc link as:- we do not depend on
bob.bio.face
(we just link to it in the doc) so it is not in the environment, -
bob.bio.face
is not in the "builtin catalog" ofauto-intersphinx
, - we did not release
bob.bio.face
on pypi (where I understandauto-intersphinx
is looking), only in beta in our local registry.
We could change
auto-intersphinx
to also look for packages in our local registry, but we would need to add somebob
relation to it. Or find a way to give an additional index to look into with the pipeline (withdev-profile
).Or we could depend on
bob.bio.face
optionally (using the[doc]
dependencies) but this would make a circular dependency.- we do not depend on
@andre.anjos Do you know any way to get a package's metadata from the registry of GitLab?
mentioned in commit 085444b9