Skip to content

Problem getting this to work... #1

@JamesALeedham

Description

@JamesALeedham

Hi, I was very excited to see this project, would love to link through to Tensorflow docs.

As instructed, my conf.py looks like this:

extensions = [
    'sphinx.ext.autodoc',
    'sphinx.ext.intersphinx'
]

intersphinx_mapping = {
    "python": ("https://docs.python.org/3/", None),
    "tensorflow": (
        "https://www.tensorflow.org/api_docs/python",
        "https://github.com/mr-ubik/tensorflow-intersphinx/raw/master/tf2_py_objects.inv"
    ),
}

In the generated html (see picture), the link to the Python docs works but unfortunately the tf.Module link doesn't...

Am I doing something wrong..?

TF-intersphinx-failure

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions