Skip to content

Commit

Permalink
FIX: relink IPython API
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 9, 2023
1 parent 93c1eb0 commit 823e0d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@
# Intersphinx settings
version_remapping: Dict[str, Dict[str, str]] = {
"ipython": {
"8.12.2": "8.13.2",
"8.12.2": "8.12.1",
"8.12.3": "8.12.1",
},
}

Expand Down

0 comments on commit 823e0d2

Please sign in to comment.