1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Thomas Goirand <zigo@debian.org>
Date: Sat, 5 Aug 2017 15:37:41 +0200
Subject: Do not use intersphinx
Avoids network connection during build.
Forwarded: not-needed
Last-Update: 2015-02-08
---
docs/build/conf.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/build/conf.py b/docs/build/conf.py
index 90a334e..1334129 100644
--- a/docs/build/conf.py
+++ b/docs/build/conf.py
@@ -35,7 +35,6 @@ if True:
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
"sphinx.ext.autodoc",
- "sphinx.ext.intersphinx",
"changelog",
"sphinx_paramlinks",
"sphinx_copybutton",
|