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 25, 2023
1 parent 0e6ee04 commit c688fcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/conf.py
Expand Up @@ -17,7 +17,7 @@
release = version

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

0 comments on commit c688fcb

Please sign in to comment.