We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2285fb9 commit f010bd8Copy full SHA for f010bd8
conf.py
@@ -145,7 +145,7 @@ def wrapper(*args, **kwargs):
145
146
intersphinx_mapping = {
147
"torch": ("https://docs.pytorch.org/docs/stable/", None),
148
- "tensordict": ("https://docs.pytorch.docs/tensordict/stable", None),
+ "tensordict": ("https://docs.pytorch.org/tensordict/stable", None),
149
"torchrl": ("https://docs.pytorch.org/rl/stable", None),
150
"torchaudio": ("https://docs.pytorch.org/audio/stable/", None),
151
"torchtext": ("https://docs.pytorch.org/text/stable/", None),
0 commit comments