Skip to content
Snippets Groups Projects
Commit 8aa6247f authored by Guillaume HEUSCH's avatar Guillaume HEUSCH
Browse files

[doc] add the intersphinx mapping to pytorch

parent 329dcf2a
No related branches found
No related tags found
No related merge requests found
...@@ -240,6 +240,7 @@ if os.path.exists(sphinx_requirements): ...@@ -240,6 +240,7 @@ if os.path.exists(sphinx_requirements):
else: else:
intersphinx_mapping = link_documentation() intersphinx_mapping = link_documentation()
intersphinx_mapping['torch'] = ('https://pytorch.org/docs/stable/', None)
# We want to remove all private (i.e. _. or __.__) members # We want to remove all private (i.e. _. or __.__) members
# that are not in the list of accepted functions # that are not in the list of accepted functions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment