Skip to content

Commit e0cfa6e

Browse files
authored
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 ```
1 parent 6347d3a commit e0cfa6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080
intersphinx_mapping = {
8181
"torch": ("https://pytorch.org/docs/stable/", None),
82-
"tensordict": ("https://pytorch-labs.github.io/tensordict/", None),
82+
"tensordict": ("https://pytorch.github.io/tensordict/", None),
8383
"torchrl": ("https://pytorch.org/rl/", None),
8484
"torchaudio": ("https://pytorch.org/audio/stable/", None),
8585
"torchtext": ("https://pytorch.org/text/stable/", None),

0 commit comments

Comments
 (0)