Skip to content

Commit

Permalink
Fix some Sphinx build errors/warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiffyclub committed May 22, 2014
1 parent 3f8a262 commit 96d9227
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
'sphinx.ext.autodoc',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
'numpydoc'
'numpydoc',
'sphinx.ext.autosummary'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -99,6 +100,10 @@
#keep_warnings = False


numpydoc_show_class_members = False
numpydoc_class_members_toctree = True


# -- Options for HTML output ----------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
Expand Down

0 comments on commit 96d9227

Please sign in to comment.