1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From 4c9f4eba00a3135deca109025b4e5da45252058e Mon Sep 17 00:00:00 2001
From: yangfl <yangfl@users.noreply.github.com>
Date: Fri, 9 Feb 2024 21:27:37 +0800
Subject: [PATCH 2/8] docs: Use local intersphinx
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index eb6148758..a810f7970 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -324,4 +324,4 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {"python": ("https://docs.python.org/3.5", None)}
+intersphinx_mapping = {'python': ('/usr/share/doc/python3-doc/html', None)}
--
2.47.2
|