[med-svn] [snakemake] 01/01: Use the inbuild sphinx.ext.napoleon
Kevin Murray
daube-guest at moszumanska.debian.org
Sun Sep 13 14:02:34 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 889e1e0b547d9d0df16b523fb9c36eaf00ac88aa
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.
---
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