[med-svn] [snakemake] 04/04: Fix documentation build
Kevin Murray
daube-guest at moszumanska.debian.org
Sun Sep 13 14:00:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
daube-guest pushed a commit to branch master
in repository snakemake.
commit d49bb93b3033806fef738c65750bfb2128d19825
Author: Kevin Murray <spam at kdmurray.id.au>
Date: Sun Sep 13 23:57:34 2015 +1000
Fix documentation build
---
.../0001-Use-the-inbuild-sphinx.ext.napoleon.patch | 23 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 24 insertions(+)
diff --git a/debian/patches/0001-Use-the-inbuild-sphinx.ext.napoleon.patch b/debian/patches/0001-Use-the-inbuild-sphinx.ext.napoleon.patch
new file mode 100644
index 0000000..9d24ce0
--- /dev/null
+++ b/debian/patches/0001-Use-the-inbuild-sphinx.ext.napoleon.patch
@@ -0,0 +1,23 @@
+From: Kevin Murray <spam at kdmurray.id.au>
+Date: Sun, 13 Sep 2015 23:56:37 +1000
+Subject: Use the inbuild sphinx.ext.napoleon
+
+Removes the dependency on sphinxcontrib.napoleon, which is now part of
+sphinx proper, as sphinx.ext.napoleon.
+---
+ docs/conf.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/docs/conf.py b/docs/conf.py
+index 38eb443..528b9f9 100644
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -34,7 +34,7 @@ extensions = [
+ 'sphinx.ext.autodoc',
+ 'sphinx.ext.mathjax',
+ 'sphinx.ext.viewcode',
+- 'sphinxcontrib.napoleon'
++ 'sphinx.ext.napoleon'
+ ]
+
+ # Add any paths that contain templates here, relative to this directory.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b931fe6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Use-the-inbuild-sphinx.ext.napoleon.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/snakemake.git
More information about the debian-med-commit
mailing list