[med-svn] [snakemake] 01/01: Remove sphinxext which spoils doc generation

Andreas Tille tille at debian.org
Wed Dec 6 21:12:00 UTC 2017


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

tille pushed a commit to branch master
in repository snakemake.

commit ca5b4ac2212ea24639cac9c0632d5fa4bcbe8cdc
Author: Andreas Tille <tille at debian.org>
Date:   Wed Dec 6 22:11:33 2017 +0100

    Remove sphinxext which spoils doc generation
---
 debian/changelog                            |  7 ++++++-
 debian/patches/0008-remove_sphinx.ext.patch | 16 ++++++++++++++++
 debian/patches/series                       |  1 +
 3 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 40070a3..c5b5fd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,17 @@
 snakemake (4.3.1-1) UNRELEASED; urgency=medium
 
+  * Team upload
+
   [ Dylan Aïssi ]
   * Add upstream/metadata
 
   [ Christian M. Amsüss ]
   * New upstream version 4.3.1
 
- -- Christian M. Amsüss <chrysn at fsfe.org>  Wed, 06 Dec 2017 16:24:02 +0100
+  [ Andreas Tille ]
+  * Remove sphinxext which spoils doc generation
+
+ -- Andreas Tille <tille at debian.org>  Wed, 06 Dec 2017 22:10:17 +0100
 
 snakemake (3.10.0-1) unstable; urgency=medium
 
diff --git a/debian/patches/0008-remove_sphinx.ext.patch b/debian/patches/0008-remove_sphinx.ext.patch
new file mode 100644
index 0000000..7d3fa7b
--- /dev/null
+++ b/debian/patches/0008-remove_sphinx.ext.patch
@@ -0,0 +1,16 @@
+Description: Remove sphinxext which spoils doc generation
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Wed, 06 Dec 2017 22:10:17 +0100
+
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -33,8 +33,7 @@ extensions = [
+     'sphinx.ext.autodoc',
+     'sphinx.ext.mathjax',
+     'sphinx.ext.viewcode',
+-    'sphinx.ext.napoleon',
+-    'sphinxarg.ext'
++    'sphinx.ext.napoleon'
+ ]
+ 
+ # Use debian copy of mathjax, to avoid a lintian error
diff --git a/debian/patches/series b/debian/patches/series
index 6a30ac9..1c7cf78 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
 # 0005-drop_test_symlink_temp.patch - should be fixed in commit d697f23
 0006-restore-bin.patch
 0007-noop-rate-limiter.patch
+0008-remove_sphinx.ext.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