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 4597970 commit b5d848d
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 @@ -17,7 +17,7 @@
release = version

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

0 comments on commit b5d848d

Please sign in to comment.