Description: Disable_sphinx_click
 It seems many sphinx version don't come with it.
 .
 dask (2.0.0+dfsg-0) unstable; urgency=medium
 .
   * New upstream release.
   * Delete avoid-duplicate-notes-with-numpydoc patch, not relevant anymore.
   * Refresh other patches.
   * Comment dependency on python3-distributed to be able to bootstrap doc.
Author: Adam Cecile <acecile@le-vert.net>

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

--- dask-2.0.0+dfsg.orig/docs/source/conf.py
+++ dask-2.0.0+dfsg/docs/source/conf.py
@@ -28,7 +28,7 @@ from shutil import copyfile
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.mathjax', 'sphinx.ext.intersphinx',
               'sphinx.ext.autosummary', 'sphinx.ext.extlinks', 'numpydoc',
-              'sphinx_click.ext']
+             ]
 
 numpydoc_show_class_members = False
 
