[Python-modules-commits] [jupyter-client] 10/10: Use python3 sphinx

Gordon Ball chronitis-guest at moszumanska.debian.org
Mon Dec 18 16:36:12 UTC 2017


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

chronitis-guest pushed a commit to branch master
in repository jupyter-client.

commit a9148da833c644a5d950234d4e44e907fb16df98
Author: Gordon Ball <gordon at chronitis.net>
Date:   Mon Dec 18 16:35:44 2017 +0000

    Use python3 sphinx
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d8b89e7..0edf2d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ jupyter-client (5.2.0-1) UNRELEASED; urgency=medium
   * Update to Standards-Version: 4.1.2
   * Install the upstream changelog.
   * Patch out use of sphinxcontrib_github_alt during documentation build.
+  * Use python3 sphinx to build documentation.
 
  -- Gordon Ball <gordon at chronitis.net>  Mon, 18 Dec 2017 16:16:18 +0000
 
diff --git a/debian/control b/debian/control
index 00e9a7f..b56588d 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,8 @@ Build-Depends: debhelper (>= 10),
                python-all,
                python-pytest,
                python-setuptools,
-               python-sphinx,
-               python-sphinx-rtd-theme,
+               python3-sphinx,
+               python3-sphinx-rtd-theme,
                python-traitlets,
                python-zmq,
                python3-all,

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



More information about the Python-modules-commits mailing list