File: 0004-Disable-intershpinx-mapping-for-now.patch

package info (click to toggle)
celery 4.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,136 kB
  • sloc: python: 47,677; sh: 772; makefile: 226
file content (25 lines) | stat: -rw-r--r-- 819 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
23
24
25
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Mon, 31 Jul 2017 17:45:13 +0200
Subject: Disable intershpinx mapping for now.

The best way to fix network requests when building the documentation would be to
patch INTERSPHINX_MAPPING in sphinx_celery.conf in src:sphinx-celery.
---
 docs/conf.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 07937b4..e478c6a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -23,9 +23,7 @@ globals().update(conf.build_config(
         'celery.contrib.sphinx',
         'celerydocs',
     ],
-    extra_intersphinx_mapping={
-        'cyanide': ('https://cyanide.readthedocs.io/en/latest', None),
-    },
+    intersphinx_mapping={},
     apicheck_ignore_modules=[
         'celery.five',
         'celery.__main__',