[Python-modules-commits] [dask.distributed] 05/12: Add d/rules target to update cached 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 55dac6d508a83add26fef46786bb1fa323e7e8d8
Author: Diane Trout <diane at ghic.org>
Date:   Wed Jul 26 15:30:09 2017 -0700

    Add d/rules target to update cached intersphinx inventory files
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index d9f3200..51814cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,3 +19,8 @@ override_dh_auto_clean:
 	dh_auto_clean
 	-rm distributed/bokeh/export_tool.js
 #	-rm docs/source/_static/mathjax
+
+# Update cached intersphinx inventories
+update-objects.inv:
+	curl -L -o ./debian/python-objects.inv https://docs.python.org/3
+	curl -L -o ./debian/numpy-objects.inv https://docs.scipy.org/doc/numpy

-- 
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