Skip to content

Commit

Permalink
fix intersphinx mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Sep 17, 2023
1 parent b05ae81 commit 980fbae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,6 @@

# -- Extension configuration -------------------------------------------------
intersphinx_mapping = {
'https://docs.python.org/3/': None,
'https://docs.mdanalysis.org/stable/': None,
"python": ('https://docs.python.org/3/', None),
"mdanalysis": ('https://docs.mdanalysis.org/stable/', None),
}

0 comments on commit 980fbae

Please sign in to comment.