##// END OF EJS Templates
use napoleon instead of numpydoc
Min RK -
Show More
@@ -1,3 +1,2 b''
1 numpydoc
2 -e .
1 -e .
3 ipykernel
2 ipykernel
@@ -60,7 +60,7 b' extensions = ['
60 'sphinx.ext.intersphinx',
60 'sphinx.ext.intersphinx',
61 'IPython.sphinxext.ipython_console_highlighting',
61 'IPython.sphinxext.ipython_console_highlighting',
62 'IPython.sphinxext.ipython_directive',
62 'IPython.sphinxext.ipython_directive',
63 'numpydoc', # to preprocess docstrings
63 'sphinx.ext.napoleon', # to preprocess docstrings
64 'github', # for easy GitHub links
64 'github', # for easy GitHub links
65 'magics',
65 'magics',
66 ]
66 ]
@@ -182,7 +182,7 b' setuptools_extra_args = {}'
182 extras_require = dict(
182 extras_require = dict(
183 parallel = ['ipyparallel'],
183 parallel = ['ipyparallel'],
184 qtconsole = ['qtconsole'],
184 qtconsole = ['qtconsole'],
185 doc = ['Sphinx>=1.1', 'numpydoc'],
185 doc = ['Sphinx>=1.3'],
186 test = ['nose>=0.10.1', 'requests', 'testpath'],
186 test = ['nose>=0.10.1', 'requests', 'testpath'],
187 terminal = [],
187 terminal = [],
188 kernel = ['ipykernel'],
188 kernel = ['ipykernel'],
General Comments 0
You need to be logged in to leave comments. Login now