[Python-modules-commits] [dask] 03/08: Update the patch queue
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Jun 1 19:52:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository dask.
commit 0d9e3ac151641071e454ebf80832eb83eac41ff6
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Thu Jun 1 19:15:45 2017 +0100
Update the patch queue
- Refresh Use-the-packaged-MathJax.patch
- New patch Add-MathJax-Sphinx-extension.patch
Gbp-Dch: Full
---
debian/patches/Add-MathJax-Sphinx-extension.patch | 21 +++++++++++++++++++++
debian/patches/Use-the-packaged-MathJax.patch | 4 ++--
debian/patches/series | 1 +
3 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/debian/patches/Add-MathJax-Sphinx-extension.patch b/debian/patches/Add-MathJax-Sphinx-extension.patch
new file mode 100644
index 0000000..1e34cb2
--- /dev/null
+++ b/debian/patches/Add-MathJax-Sphinx-extension.patch
@@ -0,0 +1,21 @@
+From: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Date: Thu, 1 Jun 2017 20:03:48 +0100
+Subject: Add MathJax Sphinx extension
+
+---
+ docs/source/conf.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/docs/source/conf.py b/docs/source/conf.py
+index 96cff91..c79869b 100644
+--- a/docs/source/conf.py
++++ b/docs/source/conf.py
+@@ -25,7 +25,7 @@ import sys, os
+
+ # Add any Sphinx extension module names here, as strings. They can be extensions
+ # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
+-extensions = ['sphinx.ext.autodoc',
++extensions = ['sphinx.ext.autodoc', 'sphinx.ext.mathjax',
+ 'sphinx.ext.autosummary', 'sphinx.ext.extlinks', 'numpydoc']
+
+ numpydoc_show_class_members = False
diff --git a/debian/patches/Use-the-packaged-MathJax.patch b/debian/patches/Use-the-packaged-MathJax.patch
index 122c2e9..666d584 100644
--- a/debian/patches/Use-the-packaged-MathJax.patch
+++ b/debian/patches/Use-the-packaged-MathJax.patch
@@ -7,10 +7,10 @@ Subject: Use the packaged MathJax
1 file changed, 2 insertions(+)
diff --git a/docs/source/conf.py b/docs/source/conf.py
-index 4c8576a..c79869b 100644
+index fe877c8..96cff91 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
-@@ -30,6 +30,8 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.mathjax',
+@@ -30,6 +30,8 @@ extensions = ['sphinx.ext.autodoc',
numpydoc_show_class_members = False
diff --git a/debian/patches/series b/debian/patches/series
index 3761a4e..8551f8f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
Use-the-packaged-MathJax.patch
+Add-MathJax-Sphinx-extension.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dask.git
More information about the Python-modules-commits
mailing list