From: Helmut Grohne <helmut@subdivi.de>
Date: Sun, 22 Sep 2024 13:15:05 +0200
Subject: move documentation dependencies to Build-Depends-Indep
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

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

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.
Last-Update: 2021-09-18
---
 doc/conf.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/conf.py b/doc/conf.py
index de4d95a..77503ec 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -97,6 +97,9 @@ release = version
 # 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
 
