Skip to content

Help needed with intersphinx documentation. #176

@weaverba137

Description

@weaverba137

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?

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions