diff --git a/docs/conf.py b/docs/conf.py
index 633fbcdc..25b5c07f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -75,7 +75,10 @@ def install_ijulia() -> None:
         "8.1.1": "8.1.2",
     },
     "matplotlib": {"3.5.1": "3.5.0"},
-    "mpl-interactions": {"0.24.1": "0.24.0"},
+    "mpl-interactions": {
+        "0.24.1": "0.24.0",
+        "0.24.2": "0.24.0",
+    },
 })
 
 BRANCH = _get_commit_sha()