This is an automated email from the ASF dual-hosted git repository.
cyx-6 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-ffi.git
The following commit(s) were added to refs/heads/main by this push:
new 71d177b chore(doc): Temp workaround missing pytorch docs (#577)
71d177b is described below
commit 71d177b8b7309de45deec02d17557ffe8aed52b4
Author: Junru Shao <[email protected]>
AuthorDate: Thu Apr 30 10:28:27 2026 -0700
chore(doc): Temp workaround missing pytorch docs (#577)
Will switch back once https://docs.pytorch.org/docs/stable/objects.inv
becomes available again.
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index 61ffb60..14eb15b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -157,7 +157,7 @@ intersphinx_mapping = {
"typing_extensions":
("https://typing-extensions.readthedocs.io/en/latest", None),
"pillow": ("https://pillow.readthedocs.io/en/stable", None),
"numpy": ("https://numpy.org/doc/stable", None),
- "torch": ("https://pytorch.org/docs/stable", None),
+ "torch": ("https://pytorch.org/docs/2.11", None),
"torch-cpp": ("https://docs.pytorch.org/cppdocs", None),
"dlpack": ("https://dmlc.github.io/dlpack/latest", None),
"data-api": ("https://data-apis.org/array-api/latest", None),