mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +08:00
Fixing minor typo in setup.py
This commit is contained in:
parent
196e82d78d
commit
1c6744d739
3
setup.py
3
setup.py
@ -94,6 +94,7 @@ if len(sys.argv) >= 2 and sys.argv[1] in ('sdist','bdist_rpm'):
|
||||
except ImportError:
|
||||
pass
|
||||
else:
|
||||
pass
|
||||
# BEG: This is disabled as I am not sure what to depend on.
|
||||
# I actually don't think we should be automatically building
|
||||
# the docs for people.
|
||||
@ -103,7 +104,7 @@ if len(sys.argv) >= 2 and sys.argv[1] in ('sdist','bdist_rpm'):
|
||||
# ('doc/manual/ipython.pdf',
|
||||
# ['IPython/Release.py','doc/source/ipython.rst'],
|
||||
# "cd docs && python do_sphinx.py")
|
||||
)
|
||||
# )
|
||||
[ target_update(*t) for t in to_update ]
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user