Skip to content

Commit

Permalink
Fix intersphinx mapping format
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Apr 30, 2023
1 parent 2cea246 commit ed0bff5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
release = ver_dic["VERSION_TEXT"]

intersphinx_mapping = {
"https://docs.python.org/dev": None,
"https://numpy.org/doc/stable/": None,
"https://documen.tician.de/meshpy": None,
"python": ("https://docs.python.org/dev", None),
"numpy":("https://numpy.org/doc/stable/", None),
"meshpy": ("https://documen.tician.de/meshpy", None),
}

0 comments on commit ed0bff5

Please sign in to comment.