Description: Adjusted for local intersphinx
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Forwarded: not-needed
Last-Update: 2024-11-30

Index: python-cyclopts/docs/source/conf.py
===================================================================
--- python-cyclopts.orig/docs/source/conf.py
+++ python-cyclopts/docs/source/conf.py
@@ -68,11 +68,8 @@ myst_enable_extensions = [
 
 # Intersphinx
 intersphinx_mapping = {
-    "pydantic": ("https://docs.pydantic.dev/latest/", None),
-    "python": ("https://docs.python.org/3", None),
-    "rich": ("https://rich.readthedocs.io/en/stable/", None),
-    "typing_extensions": ("https://typing-extensions.readthedocs.io/en/latest/", None),
-    "pytest": ("https://docs.pytest.org/en/latest", None),
+    "pytest": ("/usr/share/doc/python-pytest-doc/html", None),
+    "python": ("/usr/share/doc/python3-doc/html", None),
 }
 
 # Napoleon settings
