remove intersphinx mapping

Commit aadd492 · patx · 2025-10-20T00:58:36-04:00

Changeset
aadd49212d344475701ad312fc97c0db664866df
Parents
1f9e5922aca667d80eb69b560160864e62a4bc99

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/docs/apidocs/conf.py b/docs/apidocs/conf.py
index 3114105..f73ad68 100644
--- a/docs/apidocs/conf.py
+++ b/docs/apidocs/conf.py
@@ -20,11 +20,6 @@ napoleon_google_docstring = True
 napoleon_numpy_docstring = False
 todo_include_todos = True
 
-intersphinx_mapping = {
-    "python": ("https://docs.python.org/3", {}),
-    "asgiref": ("https://asgiref.readthedocs.io/en/latest", {}),
-}
-
 templates_path = ["_templates"]
 exclude_patterns = []