[Python-modules-commits] [pyeapi] 09/12: docs: "napoleon" extension is included in Sphinx since 1.3

Vincent Bernat bernat at moszumanska.debian.org
Sun Sep 25 15:45:46 UTC 2016


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

bernat pushed a commit to branch master
in repository pyeapi.

commit a9b5655bc68c935afe0d61317ccd5bd17fc66a3f
Author: Vincent Bernat <vincent at bernat.im>
Date:   Sun Sep 25 17:39:23 2016 +0200

    docs: "napoleon" extension is included in Sphinx since 1.3
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 39f076b..b89bc0b 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -35,7 +35,7 @@ extensions = [
     'sphinx.ext.coverage',
     'sphinx.ext.viewcode',
     'sphinx.ext.doctest',
-    '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/python-modules/packages/pyeapi.git



More information about the Python-modules-commits mailing list