Description: Disable sphinx_click extension
 Because it is not yet available in Debian.
 .
 dask.distributed (2.0.1-0) unstable; urgency=medium
 .
   * New upstream release.
   * Refresh patches.
   * Use lsb-release to generate unique distribution tag in pkgs version.
   * Relax debhelper compat level from 11 to 10.
   * Rebuilding export_tool.js with updated path.
Author: Adam Cecile <acecile@le-vert.net>

---
Origin: other
Forwarded: not-needed
Last-Update: 2019-07-01

--- dask.distributed-2.0.1.orig/docs/source/conf.py
+++ dask.distributed-2.0.1/docs/source/conf.py
@@ -34,7 +34,7 @@ extensions = [
     "sphinx.ext.extlinks",
     "sphinx.ext.intersphinx",
     "numpydoc",
-    "sphinx_click.ext",
+#    "sphinx_click.ext",
 ]
 
 numpydoc_show_class_members = False
