You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update tensordict link in intersphinx mapping (#2736)
Since tensordict has moved to pytorch.org from pytorch-labs, updating the intersphinx mapping to reflect the change. This will fix the following build warning:
```
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory 'https://pytorch-labs.github.io/tensordict/objects.inv' not fetchable due to <class 'requests.exceptions.HTTPError'>: 404 Client Error: Not Found for url: https://pytorch-labs.github.io/tensordict/objects.inv
```
0 commit comments