Commit b9c7ebbc authored by Andreas Tille's avatar Andreas Tille
Browse files

Fixes sphinx doc generation

parent fdbf75c3
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -9,9 +9,7 @@ pbalign (0.3.2-2) UNRELEASED; urgency=medium
  * Remove trailing whitespace in debian/rules
  * Trim trailing whitespace.
  * Set upstream metadata fields: Repository, Repository-Browse.
  TODO:
    - Sphinx has import failures
    - python3-pbh5tools not yet available
  TODO: python3-pbh5tools not yet available

 -- Andreas Tille <tille@debian.org>  Fri, 13 Dec 2019 10:59:33 +0100

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ MANDIR = $(CURDIR)/debian/$(DEB_SOURCE)/usr/share/man/man1

override_dh_auto_build:
	dh_auto_build
	$(MAKE) doc
	PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) $(MAKE) doc

# The tests cannot be run, mostly because the referenced data files
# (which are large) are not provided in the source distribution