Description: Set sphinx html_theme_path
 Otherwise older sphinx don't pick proper path.
 .
 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.
   * Disable sphinx_click, seems to fail on most sphinx versions.
Author: Adam Cecile <acecile@le-vert.net>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: other
Bug: TODO
Forwarded: TODO
Reviewed-By: TODO
Last-Update: 2019-07-01

--- dask-2.0.0+dfsg.orig/docs/source/conf.py
+++ dask-2.0.0+dfsg/docs/source/conf.py
@@ -110,6 +110,8 @@ html_theme_options = {
 
 # Add any paths that contain custom themes here, relative to this directory.
 #html_theme_path = []
+import dask_sphinx_theme
+html_theme_path = [dask_sphinx_theme.get_html_theme_path()]
 
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".
