Skip to content

Commit

Permalink
Update intersphinx configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt authored May 19, 2023
1 parent 746cbe0 commit fd4fe6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"https://docs.python.org/3/": None,
"python": ("https://docs.python.org/3", None),
"torch": ("https://pytorch.org/docs/stable", None),
"torchvision": ("https://pytorch.org/vision/stable", None),
"torch_geometric": ("https://pytorch-geometric.readthedocs.io/en/latest/", None),
Expand Down

0 comments on commit fd4fe6c

Please sign in to comment.