[Python-modules-commits] [python-numpy] 12/17: use python3-sphinx to build doc
Sandro Tosi
morph at moszumanska.debian.org
Sun Nov 26 17:40:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository python-numpy.
commit 2c23ca2298b198974653ba3849020192935ea988
Author: Sandro Tosi <morph at debian.org>
Date: Sun Nov 26 10:42:39 2017 -0500
use python3-sphinx to build doc
---
debian/changelog | 3 ++-
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0d46ddc..0c3cf07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ python-numpy (1:1.13.3-1) UNRELEASED; urgency=medium
* New upstream release
* debian/control
- bump Standards-Version to 4.1.1 (no changes needed)
+ * use python3-sphinx to build doc
- -- Sandro Tosi <morph at debian.org> Sun, 26 Nov 2017 10:00:15 -0500
+ -- Sandro Tosi <morph at debian.org> Sun, 26 Nov 2017 10:42:30 -0500
python-numpy (1:1.13.1-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 95695b0..6aae80b 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Build-Depends: cython (>= 0.26-2.1),
python3.6-dev (>= 3.6.2-3),
Build-Depends-Indep: python-docutils,
python-matplotlib,
- python-sphinx (>= 1.0.7+dfsg)
+ python3-sphinx,
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Standards-Version: 4.1.1
diff --git a/debian/rules b/debian/rules
index f3cf8d2..8968014 100755
--- a/debian/rules
+++ b/debian/rules
@@ -140,7 +140,7 @@ build-arch:
build-indep:
# build doc only for default python version
- (export MPLCONFIGDIR=. ; make -C doc html PYTHONPATH=../$(PYLIBPATH))
+ (export MPLCONFIGDIR=. ; make -C doc html PYTHON=python3 PYTHONPATH=../$(PYLIBPATH))
update_intersphinx_mapping:
wget http://docs.python.org/dev/objects.inv -O debian/python.org_objects.inv
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-numpy.git
More information about the Python-modules-commits
mailing list