##// END OF EJS Templates
Fixing minor typo in setup.py
Brian E Granger -
Show More
@@ -94,6 +94,7 b" if len(sys.argv) >= 2 and sys.argv[1] in ('sdist','bdist_rpm'):"
94 except ImportError:
94 except ImportError:
95 pass
95 pass
96 else:
96 else:
97 pass
97 # BEG: This is disabled as I am not sure what to depend on.
98 # BEG: This is disabled as I am not sure what to depend on.
98 # I actually don't think we should be automatically building
99 # I actually don't think we should be automatically building
99 # the docs for people.
100 # the docs for people.
@@ -103,7 +104,7 b" if len(sys.argv) >= 2 and sys.argv[1] in ('sdist','bdist_rpm'):"
103 # ('doc/manual/ipython.pdf',
104 # ('doc/manual/ipython.pdf',
104 # ['IPython/Release.py','doc/source/ipython.rst'],
105 # ['IPython/Release.py','doc/source/ipython.rst'],
105 # "cd docs && python do_sphinx.py")
106 # "cd docs && python do_sphinx.py")
106 )
107 # )
107 [ target_update(*t) for t in to_update ]
108 [ target_update(*t) for t in to_update ]
108
109
109 #---------------------------------------------------------------------------
110 #---------------------------------------------------------------------------
General Comments 0
You need to be logged in to leave comments. Login now