Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
napoleon extension is named sphinxcontrib.napoleon according to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
tomspur committed Oct 21, 2015
1 parent 44c7030 commit 141426a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc-sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.mathjax',
'sphinx.ext.napoleon',
'sphinxcontrib.napoleon',
'sphinxcontrib.bibtex'
]

Expand Down

1 comment on commit 141426a

@OndrejMarsalek
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That might be out-of-date information. According to documentation for the current version of Sphinx, it got included:

http://sphinx-doc.org/ext/napoleon.html

It certainly worked for me the way I had it before.

Please sign in to comment.