Description: No interphinx
 Remove the use of intersphinx which is doing network access at build time.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2016-07-13

Index: python-txaio/docs/conf.py
===================================================================
--- python-txaio.orig/docs/conf.py
+++ python-txaio/docs/conf.py
@@ -65,8 +65,6 @@ extensions = [
     "myst_parser",
     "sphinx.ext.autodoc",
     "sphinx.ext.viewcode",
-    "sphinx.ext.intersphinx",
-    "sphinx.ext.extlinks",
     "sphinx.ext.autosectionlabel",
     "sphinxcontrib.images",
 ]
