-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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..?
njzjz
Metadata
Metadata
Assignees
Labels
No labels