[Python-modules-commits] [kombu] 02/02: Disable intershpinx mapping for now.

Michael Fladischer fladi at moszumanska.debian.org
Sun Jul 30 21:16:52 UTC 2017


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch patch-queue/debian/experimental
in repository kombu.

commit d1971814ab90227e049d8784965a7038ee5b3d66
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Sun Jul 30 22:22:36 2017 +0200

    Disable intershpinx mapping for now.
    
    The best way to fix network requests when building the documenation would be to
    patch INTERSPHINX_MAPPING in sphinx_celery.conf in src:sphinx-celery.
---
 docs/conf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/conf.py b/docs/conf.py
index 6fa6917..e97470f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -28,4 +28,5 @@ globals().update(conf.build_config(
         'kombu.utils',
         'kombu.transport.virtual.base',
     ],
+    intersphinx_mapping={},
 ))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/kombu.git



More information about the Python-modules-commits mailing list