[Python-modules-commits] [jupyter-console] 06/10: Patch out sphinxcontrib_github_alt in documentation
Gordon Ball
chronitis-guest at moszumanska.debian.org
Mon Aug 28 20:37:37 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-console.
commit 3b7efc136502c2f9f3f26e0ef1da9c322ae2c834
Author: Gordon Ball <gordon at chronitis.net>
Date: Wed Aug 23 21:21:18 2017 +0000
Patch out sphinxcontrib_github_alt in documentation
---
debian/changelog | 1 +
...ally-use-setuptools-so-that-dependencies-.patch | 1 -
...sphinxcontrib_github_alt-in-documentation.patch | 22 ++++++++++++++++++++++
debian/patches/series | 1 +
4 files changed, 24 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 5a29b41..c4a5680 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ jupyter-console (5.2.0-1) unstable; urgency=medium
* Use python3 sphinx for documentation
* Update years, use https URL in d/copyright
* Convert from git-dpm to gbp patches-unapplied format
+ * Patch out use of extension sphinxcontrib_github_alt in the documentation
-- Gordon Ball <gordon at chronitis.net> Wed, 23 Aug 2017 22:51:39 +0200
diff --git a/debian/patches/0001-Unconditionally-use-setuptools-so-that-dependencies-.patch b/debian/patches/0001-Unconditionally-use-setuptools-so-that-dependencies-.patch
index 05d7a08..b6c34ea 100644
--- a/debian/patches/0001-Unconditionally-use-setuptools-so-that-dependencies-.patch
+++ b/debian/patches/0001-Unconditionally-use-setuptools-so-that-dependencies-.patch
@@ -1,4 +1,3 @@
-From a3de825860b604054c15064aec23955b18e2d2bb Mon Sep 17 00:00:00 2001
From: Gordon Ball <gordon at chronitis.net>
Date: Tue, 1 Nov 2016 15:42:31 +0100
Subject: Unconditionally use setuptools so that dependencies are detected
diff --git a/debian/patches/0002-Disable-sphinxcontrib_github_alt-in-documentation.patch b/debian/patches/0002-Disable-sphinxcontrib_github_alt-in-documentation.patch
new file mode 100644
index 0000000..8dce063
--- /dev/null
+++ b/debian/patches/0002-Disable-sphinxcontrib_github_alt-in-documentation.patch
@@ -0,0 +1,22 @@
+From: Gordon Ball <gordon at chronitis.net>
+Date: Wed, 23 Aug 2017 21:17:15 +0000
+Subject: Disable sphinxcontrib_github_alt in documentation
+
+This extension is unavailable and causes the documentation build to
+fail.
+---
+ docs/conf.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/docs/conf.py b/docs/conf.py
+index 1a432bf..e1d6814 100644
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -44,7 +44,6 @@ if os.environ.get('READTHEDOCS', ''):
+ # ones.
+ extensions = [
+ 'sphinx.ext.intersphinx',
+- 'sphinxcontrib_github_alt',
+ ]
+
+ github_project_url = "https://github.com/jupyter/jupyter_console"
diff --git a/debian/patches/series b/debian/patches/series
index f4d6f74..86c2d31 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
0001-Unconditionally-use-setuptools-so-that-dependencies-.patch
+0002-Disable-sphinxcontrib_github_alt-in-documentation.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-console.git
More information about the Python-modules-commits
mailing list