$OpenBSD: patch-doc_conf_py,v 1.2 2021/07/06 16:55:34 daniel Exp $

Disabled to prevent going online during build.

Index: doc/conf.py
--- doc/conf.py.orig
+++ doc/conf.py
@@ -106,11 +106,6 @@ texinfo_documents = [
      1),
 ]
 
-intersphinx_mapping = {
-    'python': ('https://docs.python.org/3/', None),
-    'requests': ('https://requests.readthedocs.io/en/master', None),
-}
-
 # Sphinx document translation with sphinx gettext feature uses these settings:
 locale_dirs = ['locale/']
 gettext_compact = False
