[Python-modules-commits] [django-polymorphic] 13/17: Add extensions to PYTHONPATH so sphinx can find them during documentation build.

Michael Fladischer fladi at moszumanska.debian.org
Mon Mar 6 12:51:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch experimental
in repository django-polymorphic.

commit f3066f11838a7820265415e00932840825e6f46c
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Mon Mar 6 12:40:55 2017 +0100

    Add extensions to PYTHONPATH so sphinx can find them during documentation build.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c85a257..cb06932 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	set -e; \
 	for python in $(shell pyversions -r) $(shell py3versions -r); do \
-		PYTHONPATH="." $$python runtests.py; \
+		PYTHONPATH=".:docs/_ext" $$python runtests.py; \
 	done
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-polymorphic.git



More information about the Python-modules-commits mailing list