-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
My project uses the Felis API, and I would like to provide links to the Felis documentation with Sphinx, specifically intersphinx.
I have intersphinx configured in the conf.py file
intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
# ...
'felis': ('https://felis.lsst.io/', None)
}
and the necessary `objects.inv` file is downloaded successfully.
However when I try to create a reference, for example:
:class:`~felis.datamodel.Schema`
No link is created. Is it perhaps the case that felis.datamodel.Schema is not a class?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels