Skip to content

Commit

Permalink
Bind the numpy version in our documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dkfellows committed Dec 4, 2020
1 parent 635b9ea commit dce0954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Expand Up @@ -55,7 +55,7 @@
_READTHEDOCS_PATTERN = 'https://{}.readthedocs.io/en/latest/'
intersphinx_mapping = {
'python': ('https://docs.python.org/3.6', None),
'numpy': ("https://numpy.org/doc/stable/", None),
'numpy': ("https://numpy.org/doc/1.19/", None),
'maplotlib': ('https://matplotlib.org', None),
'pynn': ("http://neuralensemble.org/docs/PyNN/", None),
'neo': (_READTHEDOCS_PATTERN.format('neo'), None),
Expand Down

0 comments on commit dce0954

Please sign in to comment.