File: 0001-Do-not-use-intersphinx-when-building-docs.patch

package info (click to toggle)
python-pint 0.24.4-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,924 kB
  • sloc: python: 19,983; makefile: 149
file content (22 lines) | stat: -rw-r--r-- 581 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Thomas Goirand <zigo@debian.org>
Date: Fri, 4 Aug 2017 17:05:42 +0200
Subject: Do not use intersphinx when building docs

Forwarded: not-needed
Last-Update: 2014-09-05
---
 docs/conf.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index d856e10..b700ed7 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -32,7 +32,6 @@ extensions = [
     "sphinx.ext.autosummary",
     "sphinx.ext.autosectionlabel",
     "sphinx.ext.doctest",
-    "sphinx.ext.intersphinx",
     "sphinx.ext.coverage",
     "sphinx.ext.napoleon",
     "sphinx.ext.viewcode",