[yt-svn] commit/yt: ngoldbaum: Merged in xarthisius/yt (pull request #2238)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Jun 29 11:25:01 PDT 2016


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/448e7a7cdb90/
Changeset:   448e7a7cdb90
Branch:      yt
User:        ngoldbaum
Date:        2016-06-29 18:24:47+00:00
Summary:     Merged in xarthisius/yt (pull request #2238)

Drop numpydoc in favour of sphinx.ext.napoleon
Affected #:  1 file

diff -r 03a2de258276003f6e70140a850ab2acee80aeee -r 448e7a7cdb901d9921c111f2c5e3aa991de205f7 doc/source/conf.py
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -31,7 +31,7 @@
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx',
               'sphinx.ext.pngmath', 'sphinx.ext.viewcode',
-              'numpydoc', 'yt_cookbook', 'yt_colormaps']
+              'sphinx.ext.napoleon', 'yt_cookbook', 'yt_colormaps']
 
 if not on_rtd:
     extensions.append('sphinx.ext.autosummary')

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the yt-svn mailing list