Skip to content

Commit

Permalink
Change intersphinx link to latest objects.inv (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium authored Oct 1, 2020
1 parent 6be2e24 commit fb70da8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,10 @@ def sort_authors(filename):

# Configuration for intersphinx: refer to the Python standard library
# and other packages used by MDAnalysis
mda_version = mda.__version__
intersphinx_mapping = {'https://docs.python.org/': None,
'https://docs.scipy.org/doc/numpy/': None,
'https://www.mdanalysis.org/docs/': None,
f'https://docs.mdanalysis.org/{mda_version}/': None,
'https://docs.pytest.org/en/latest/': None,
'https://chemfiles.org/chemfiles.py/latest/': None,
'http://parmed.github.io/ParmEd/html/': None,
Expand Down

0 comments on commit fb70da8

Please sign in to comment.