Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dgursoy committed Mar 14, 2015
1 parent c8d366b commit 41d0bf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ def __getattr__(cls, name):

#################
# numpydoc
import pkg_resources
pkg_resources.require('numpydoc')
extensions.append('numpydoc')
#import pkg_resources
#pkg_resources.require('numpydoc')
#extensions.append('numpydoc')
# silence the Sphinx warnings about
# "WARNING: toctree contains reference to nonexisting document"
# http://stackoverflow.com/questions/12206334/sphinx-autosummary-toctree-contains-reference-to-nonexisting-document-warnings
Expand Down

0 comments on commit 41d0bf9

Please sign in to comment.