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