patx/micropie
remove intersphinx mapping
Commit aadd492 · patx · 2025-10-20T00:58:36-04:00
Comments
No comments yet.
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 = []