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 6, 2023
1 parent 27b47d2 commit beeb58c
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 @@ -194,7 +194,8 @@ def fetch_logo(url: str, output_path: str) -> None:
# Intersphinx settings
version_remapping = {
"ipython": {
"8.12.2": "8.13.2",
"8.12.2": "8.12.1",
"8.12.3": "8.12.1",
},
"ipywidgets": {
"8.0.3": "8.0.5",
Expand Down

0 comments on commit beeb58c

Please sign in to comment.