##// END OF EJS Templates
Stop bundling the numpydoc Sphinx extension...
Thomas Kluyver -
Show More
@@ -275,7 +275,7 b" if 'setuptools' in sys.modules:"
275 parallel = 'pyzmq>=2.1.11',
275 parallel = 'pyzmq>=2.1.11',
276 qtconsole = ['pyzmq>=2.1.11', 'pygments'],
276 qtconsole = ['pyzmq>=2.1.11', 'pygments'],
277 zmq = 'pyzmq>=2.1.11',
277 zmq = 'pyzmq>=2.1.11',
278 doc = 'Sphinx>=0.3',
278 doc = ['Sphinx>=0.3', 'numpydoc'],
279 test = 'nose>=0.10.1',
279 test = 'nose>=0.10.1',
280 notebook = ['tornado>=3.1', 'pyzmq>=2.1.11', 'jinja2'],
280 notebook = ['tornado>=3.1', 'pyzmq>=2.1.11', 'jinja2'],
281 nbconvert = ['pygments', 'jinja2', 'Sphinx>=0.3']
281 nbconvert = ['pygments', 'jinja2', 'Sphinx>=0.3']
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now