1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
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",
]
|