File: Don-t-use-intersphinx-while-build-of-documentation.patch

package info (click to toggle)
django-taggit 3.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 728 kB
  • sloc: python: 3,832; makefile: 25; sh: 4
file content (19 lines) | stat: -rw-r--r-- 478 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Sat, 12 Jun 2021 20:59:45 +0200
Subject: Don't use intersphinx while build of documentation

Forwarded: not-needed
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 3d2aaee..b9dbb8b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,4 +1,4 @@
-extensions = ["sphinx.ext.intersphinx"]
+#extensions = ["sphinx.ext.intersphinx"]
 
 master_doc = "index"