From: Denis Danilov <danilovdenis@yandex.ru>
Date: Tue, 21 May 2019 20:12:52 +0200
Subject: disable intersphinx and info extensions

The intersphinx and info extensions use network during the build. The info
extension may even fail the build if network is available (Bug #929232).

Forwarded: not-needed
---
 doc/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/conf.py b/doc/conf.py
index c130f9a..2afc1a6 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -36,13 +36,13 @@ ON_RTD = os.environ.get('READTHEDOCS', None) == 'True'
 
 needs_sphinx = '1.3'
 extensions = [
-    'sphinx.ext.intersphinx',
+    #'sphinx.ext.intersphinx',
     'sphinx.ext.extlinks',
     'sphinx.ext.todo',
     # Domain for Emacs Lisp
     'elisp',
     # Cross-references to info nodes
-    'info'
+    #'info'
 ]
 
 # Project metadata
