Skip to content

Commit

Permalink
Fix/numpy intersphinx (#1386)
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel authored Jul 30, 2021
1 parent f46bc06 commit bbc360b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
- Fixed integration tests with invalid test data that will be caught by future hdmf validator version.
@dsleiter, @rly (#1366, #1376)
- Fixed build warnings in docs @oruebel (#1380)
- Fix intersphinx links in docs for numpy @oruebel (#1386)

## PyNWB 1.5.1 (May 24, 2021)

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

intersphinx_mapping = {
'python': ('https://docs.python.org/3.8', None),
'numpy': ('https://numpy.org/doc/stable/objects.inv', None),
'numpy': ('https://numpy.org/doc/stable/', None),
'matplotlib': ('https://matplotlib.org', None),
'h5py': ('https://docs.h5py.org/en/latest/', None),
'hdmf': ('https://hdmf.readthedocs.io/en/latest/', None),
Expand Down

0 comments on commit bbc360b

Please sign in to comment.