File: 0001-Do-not-use-intersphinx.patch

package info (click to toggle)
alembic 1.16.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,156 kB
  • sloc: python: 39,735; makefile: 100; sh: 5
file content (23 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (2)
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",