Skip to content

Commit

Permalink
Update mappings to Sphnix documentation of other projects. (#3383)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Zickel <[email protected]>
  • Loading branch information
BenZickel and Ben Zickel authored Jul 14, 2024
1 parent daea9a6 commit b450623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
"torch": ("https://pytorch.org/docs/master/", None),
"funsor": ("http://funsor.pyro.ai/en/stable/", None),
"funsor": ("https://funsor.pyro.ai/en/stable/", None),
"opt_einsum": ("https://optimized-einsum.readthedocs.io/en/stable/", None),
"scipy": ("https://docs.scipy.org/doc/scipy/reference/", None),
"Bio": ("https://biopython.org/docs/latest/api/", None),
"scipy": ("https://docs.scipy.org/doc/scipy/", None),
"Bio": ("https://biopython.org/docs/latest/", None),
"horovod": ("https://horovod.readthedocs.io/en/stable/", None),
"graphviz": ("https://graphviz.readthedocs.io/en/stable/", None),
}
Expand Down

0 comments on commit b450623

Please sign in to comment.