Skip to content

Commit

Permalink
fix intersphinx issues (#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
fehiepsi committed Nov 16, 2023
1 parent f3b66d7 commit 432c9e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
"numpy": ("http://docs.scipy.org/doc/numpy/", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"jax": ("https://jax.readthedocs.io/en/latest/", None),
"pyro": ("http://docs.pyro.ai/en/stable/", None),
"pyro": ("https://docs.pyro.ai/en/stable/", None),
}

0 comments on commit 432c9e7

Please sign in to comment.