mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Bump Sphinx version dependency
This commit is contained in:
parent
6745b97f91
commit
4b55a7dddf
2
setup.py
2
setup.py
@ -275,7 +275,7 @@ if 'setuptools' in sys.modules:
|
||||
parallel = 'pyzmq>=2.1.11',
|
||||
qtconsole = ['pyzmq>=2.1.11', 'pygments'],
|
||||
zmq = 'pyzmq>=2.1.11',
|
||||
doc = ['Sphinx>=0.3', 'numpydoc'],
|
||||
doc = ['Sphinx>=1.1', 'numpydoc'],
|
||||
test = 'nose>=0.10.1',
|
||||
notebook = ['tornado>=3.1', 'pyzmq>=2.1.11', 'jinja2'],
|
||||
nbconvert = ['pygments', 'jinja2', 'Sphinx>=0.3']
|
||||
|
Loading…
Reference in New Issue
Block a user