Description: use local docs for intersphinx links
Author: Martin <debacle@debian.org>
Origin: vendor
Last-Update: 2019-12-22
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -341,10 +341,5 @@
 
 # Example configuration for intersphinx: refer to the Python standard library.
 intersphinx_mapping = {
-    "https://docs.python.org/3": None,
-    "https://aiohttp.readthedocs.io/en/stable": None,
-    "https://aioredis.readthedocs.io/en/latest": None,
-    # 'https://github.com/aio-libs/aiomcache': None,
-    "http://cryptography.io/en/latest": None,
-    "https://pynacl.readthedocs.io/en/latest": None,
+    '/usr/share/doc/python3-doc/html': None,
 }
