Package: snakemake / 5.4.0-1

0001-Use-the-inbuild-sphinx.ext.napoleon.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Kevin Murray <spam@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(-)

--- a/docs/conf.py
+++ b/docs/conf.py
@@ -37,7 +37,7 @@
     'sphinx.ext.autodoc',
     'sphinx.ext.mathjax',
     'sphinx.ext.viewcode',
-    'sphinxcontrib.napoleon',
+    'sphinx.ext.napoleon',
     'sphinxarg.ext'
 ]