Skip to content

Commit

Permalink
update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayunhan committed Jun 4, 2019
1 parent 3a6024b commit 75e8f50
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,13 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.autosummary',
'sphinx.ext.autodoc',
'numpydoc',
'sphinx.ext.todo',
'sphinx.ext.autosummary',
'sphinx.ext.doctest',
'sphinx.ext.coverage',
'sphinx.ext.mathjax',
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
'sphinx.ext.githubpages',
'sphinx.ext.linkcode',
'numpydoc'
]

numpydoc_show_class_members = False
Expand Down

0 comments on commit 75e8f50

Please sign in to comment.