[med-svn] [python-skbio] 03/09: disable intersphinx
Kevin Murray
daube-guest at moszumanska.debian.org
Mon Nov 30 02:37:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
daube-guest pushed a commit to branch master
in repository python-skbio.
commit f974a9c2d0593ec26d8dbe98e48837a0eea140b5
Author: Kevin Murray <spam at kdmurray.id.au>
Date: Mon Nov 30 12:35:36 2015 +1100
disable intersphinx
---
debian/patches/0002-Disable-intersphinx.patch | 44 +++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 45 insertions(+)
diff --git a/debian/patches/0002-Disable-intersphinx.patch b/debian/patches/0002-Disable-intersphinx.patch
new file mode 100644
index 0000000..cb0ee4e
--- /dev/null
+++ b/debian/patches/0002-Disable-intersphinx.patch
@@ -0,0 +1,44 @@
+From: Kevin Murray <spam at kdmurray.id.au>
+Date: Mon, 30 Nov 2015 12:35:17 +1100
+Subject: Disable intersphinx
+
+---
+ doc/source/conf.py | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+diff --git a/doc/source/conf.py b/doc/source/conf.py
+index 172e0ca..6e44c17 100644
+--- a/doc/source/conf.py
++++ b/doc/source/conf.py
+@@ -48,7 +48,7 @@ extensions = [
+ 'sphinx.ext.coverage',
+ 'sphinx.ext.doctest',
+ 'sphinx.ext.autosummary',
+- 'sphinx.ext.intersphinx'
++# 'sphinx.ext.intersphinx'
+ ]
+
+ # Determine if the matplotlib has a recent enough version of the
+@@ -372,14 +372,14 @@ if not use_matplotlib_plot_directive:
+ # -----------------------------------------------------------------------------
+ # Intersphinx configuration
+ # -----------------------------------------------------------------------------
+-intersphinx_mapping = {
+- 'http://docs.python.org/dev': None,
+- 'http://docs.scipy.org/doc/numpy': None,
+- 'http://docs.scipy.org/doc/scipy/reference': None,
+- 'http://matplotlib.org': None,
+- 'http://pandas.pydata.org': None,
+- 'http://www.biom-format.org':None
+-}
++#intersphinx_mapping = {
++# 'http://docs.python.org/dev': None,
++# 'http://docs.scipy.org/doc/numpy': None,
++# 'http://docs.scipy.org/doc/scipy/reference': None,
++# 'http://matplotlib.org': None,
++# 'http://pandas.pydata.org': None,
++# 'http://www.biom-format.org':None
++#}
+
+ # -----------------------------------------------------------------------------
+ # Source code links
diff --git a/debian/patches/series b/debian/patches/series
index a4e819d..3e9586e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
0001-Use-stock-debian-sphinx.patch
+0002-Disable-intersphinx.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-skbio.git
More information about the debian-med-commit
mailing list