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
@@ -328,9 +328,4 @@
 
 
 # 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}
+intersphinx_mapping = {'/usr/share/doc/python3-doc/html': None}
