Skip to content

Commit

Permalink
Switch to using napoleon with sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
natezb committed Jun 24, 2017
1 parent 1f9ebc2 commit 2bade87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ def setup(app):
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo',
'sphinx.ext.coverage', 'sphinx.ext.imgmath', 'sphinx.ext.autosummary', 'numpydoc']
'sphinx.ext.coverage', 'sphinx.ext.imgmath', 'sphinx.ext.autosummary',
'sphinx.ext.napoleon']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down

0 comments on commit 2bade87

Please sign in to comment.