File: intersphinx-local.diff

package info (click to toggle)
setuptools 80.9.0-1
  • links: PTS
  • area: main
  • in suites: experimental
  • size: 6,728 kB
  • sloc: python: 61,220; ansic: 204; makefile: 108; xml: 14
file content (11 lines) | stat: -rw-r--r-- 339 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -101,7 +101,7 @@ nitpick_ignore: list[tuple[str, str]] =
 # jaraco/skeleton#51
 extensions += ['sphinx.ext.intersphinx']
 intersphinx_mapping = {
-    'python': ('https://docs.python.org/3', None),
+    'python': ('/usr/share/doc/python3/html', None),
 }
 
 # Preserve authored syntax for defaults