Skip to content

Commit

Permalink
[FIX] Add autosummary to sphinx extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
cfobel committed Sep 12, 2016
1 parent 3fd6398 commit e224f7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.napoleon',
'numpydoc',
'sphinx.ext.intersphinx',
Expand Down

0 comments on commit e224f7c

Please sign in to comment.