Skip to content

Commit

Permalink
Fix deprecated intersphinx link
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmann committed Dec 2, 2020
1 parent 3985990 commit 0d30ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# -- sphinx.ext.intersphinx
intersphinx_mapping = {
"nengo": ("https://www.nengo.ai/nengo/", None),
"numpy": ("https://docs.scipy.org/doc/numpy", None),
"numpy": ("https://numpy.org/doc/stable", None),
}

# -- sphinx.ext.todo
Expand Down

0 comments on commit 0d30ac7

Please sign in to comment.