Skip to content

Commit

Permalink
fix intersphinx_mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouy committed Oct 24, 2024
1 parent fd3dac7 commit 8e27509
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@
html_static_path = [] # ['_static']

intersphinx_mapping = {
"https://docs.python.org/3/": None,
"https://numpy.org/doc/stable/": None,
"https://docs.mdanalysis.org/stable/": None,
"https://www.rdkit.org/docs/": None,
"https://pandas.pydata.org/docs/": None,
"https://multiprocess.readthedocs.io/en/latest/": None,
"python": ("https://docs.python.org/3/", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"mdanalysis": ("https://docs.mdanalysis.org/stable/", None),
"rdkit": ("https://www.rdkit.org/docs/", None),
"pandas": ("https://pandas.pydata.org/docs/", None),
"multiprocess": ("https://multiprocess.readthedocs.io/en/latest/", None),
}


Expand Down

0 comments on commit 8e27509

Please sign in to comment.