From 19e635ea17e46d33df15102e570585ea4fd2dd0e 2008-06-11 22:03:52 From: Brian E Granger Date: 2008-06-11 22:03:52 Subject: [PATCH] Fixing minor typo in setup.py --- diff --git a/setup.py b/setup.py index b273651..fe79d38 100755 --- a/setup.py +++ b/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 ] #---------------------------------------------------------------------------