[Python-modules-commits] [dask.distributed] 11/12: Correct path to intersphinx inventory files

Diane Trout diane at moszumanska.debian.org
Tue Aug 1 23:18:34 UTC 2017


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

diane pushed a commit to branch master
in repository dask.distributed.

commit c9ef0104bebdfc14675bf5cc5c7afe7f71747e3c
Author: Diane Trout <diane at ghic.org>
Date:   Tue Aug 1 14:56:41 2017 -0700

    Correct path to intersphinx inventory files
    
    Gbp-Dch: skip
---
 debian/patches/use-local-intersphinx-inventory.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/use-local-intersphinx-inventory.patch b/debian/patches/use-local-intersphinx-inventory.patch
index 462cff5..695c995 100644
--- a/debian/patches/use-local-intersphinx-inventory.patch
+++ b/debian/patches/use-local-intersphinx-inventory.patch
@@ -6,6 +6,6 @@
  intersphinx_mapping = {
 -    'python': ('https://docs.python.org/3', None),
 -    'numpy': ('http://docs.scipy.org/doc/numpy', None),
-+    'python': ('https://docs.python.org/3', './debian/python-objects.inv'),
-+    'numpy': ('http://docs.scipy.org/doc/numpy', './debian/numpy-objects.inv'),
++    'python': ('https://docs.python.org/3', '../../debian/python-objects.inv'),
++    'numpy': ('http://docs.scipy.org/doc/numpy', '../../debian/numpy-objects.inv'),
      }

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



More information about the Python-modules-commits mailing list