[cvxopt] 51/64: Help sphinx building the doc

Andreas Tille tille at debian.org
Wed Jul 20 11:23:56 UTC 2016


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

tille pushed a commit to branch master
in repository cvxopt.

commit 66ec5842bcfb21df93db956df0f8d13668f0ba94
Author: Andreas Tille <tille at debian.org>
Date:   Wed Jul 20 10:23:26 2016 +0200

    Help sphinx building the doc
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index f800f73..570da3c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,11 @@ export PYBUILD_NAME=cvxopt
 %:
 	dh $@ --with python2,sphinxdoc --buildsystem=pybuild
 
+override_dh_auto_build-indep:
+	dh_auto_build-indep
+	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -b html doc build/html
+	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -b pdf doc build/pdf
+
 override_dh_install:
 	dh_install
 	dh_install -ppython-cvxopt src/C/cvxopt.h src/C/blas_redefines.h  usr/include/cvxopt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cvxopt.git



More information about the debian-science-commits mailing list