[Python-modules-commits] [sqlalchemy] 04/04: make documentation build verbose
Piotr Ożarowski
piotr at moszumanska.debian.org
Sun Jul 31 19:26:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
piotr pushed a commit to branch master
in repository sqlalchemy.
commit 32093405adb54782028d78a76e402280d7c59771
Author: Piotr Ożarowski <piotr at debian.org>
Date: Sun Jul 31 21:15:11 2016 +0200
make documentation build verbose
i.e. drop -q parameter
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 84a2679..a8b62d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ build-indep: build-docs
build-docs:
dh_testdir
dh_installdirs -i
- cd doc/build && sphinx-build -N -q -E -b html . \
+ cd doc/build && sphinx-build -N -E -b html . \
$(call pkgdir,2.X)-doc/usr/share/doc/${p_name}-doc/html/
rm -rf $(call pkgdir,2.X)-doc/usr/share/doc/${p_name}-doc/html/.doctrees
touch $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sqlalchemy.git
More information about the Python-modules-commits
mailing list