Package: dh-make
Version: 2.202001
Severity: minor
Tags: patch

Dear Maintainer,

There's a typo in the instructions for how to build Sphinx docs in
Python packages.

> # If you need to rebuild the Sphinx documentation
> # Add spinxdoc to the dh --with line

Following these instructions result in the error message
> dh: unable to load addon spinxdoc
because the sequence is actually named 'sphinxdoc'.

The patch is trivial:

--- /usr/bin/dh_make    2020-02-29 01:14:18.000000000 +0000
+++ /tmp/zshKFkKBv      2020-05-24 12:01:54.130417637 +0000
@@ -662,3 +662,3 @@
 # If you need to rebuild the Sphinx documentation
-# Add spinxdoc to the dh --with line
+# Add sphinxdoc to the dh --with line
 #

Regards,
Robin

Reply via email to