[med-svn] [snakemake] 01/02: Use the inbuild sphinx.ext.napoleon

Kevin Murray daube-guest at moszumanska.debian.org
Tue Sep 15 13:59:10 UTC 2015


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

daube-guest pushed a commit to branch patch-queue/master
in repository snakemake.

commit c5721dbcdf1adcb1f468f24f62fd2a2406717480
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Sun Sep 13 23:56:37 2015 +1000

    Use the inbuild sphinx.ext.napoleon
    
    Removes the dependency on sphinxcontrib.napoleon, which is now part of
    sphinx proper, as sphinx.ext.napoleon.
    
    Gbp-Pq: Name 0001-Use-the-inbuild-sphinx.ext.napoleon.patch
---
 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.

-- 
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