Skip to content
Snippets Groups Projects
Commit 16ebca7d authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[utils] Fix pytorch inter-sphinx link

parent 51e36f0e
No related branches found
No related tags found
No related merge requests found
Pipeline #41461 passed
......@@ -533,7 +533,7 @@ def link_documentation(additional_packages = ['python', 'numpy'], requirements_f
_add_index('dask-jobqueue', 'https://jobqueue.dask.org/en/latest/')
_add_index('distributed', 'https://distributed.dask.org/en/latest/')
_add_click_index()
_add_index('torch', 'https://pytorch.org/docs/')
_add_index('torch', 'https://pytorch.org/docs/stable/')
_add_index('xarray', 'https://xarray.pydata.org/en/stable/')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment