Description: move documentation dependencies to Build-Depends-Indep
 there are more unsatisfiable cross Build-Depends left. I've found
 another opportunity for reduction though: Skipping the documentation
 build during arch-only. Once doing so, we can demode sphinx and numpydoc
 to Build-Depends-Indep. Doing so requires changing debian/rules though.
Author: Helmut Grohne <helmut@subdivi.de>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983840
Forwarded: not-needed
Reviewed-by: Étienne Mollier <emollier@debian.org>
Last-Update: 2021-09-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- dipy.orig/doc/conf.py
+++ dipy/doc/conf.py
@@ -102,6 +102,9 @@
 # for source files.
 exclude_patterns = ['_build', 'examples', 'examples_revamped']
 
+# If true, the reST sources are included in the HTML build as _sources/<name>.
+html_copy_source = False
+
 # The reST default role (used for this markup: `text`) to use for all documents.
 #default_role = None
 
