##// END OF EJS Templates
clean up...
clean up ipython wx gui: %cpaste beahviour correction (still don't support paste...)

File last commit:

r1138:3b2a317e
r1138:3b2a317e
Show More
do_sphinx.py
3 lines | 102 B | text/x-python | PythonLexer
Ville M. Vainio
add do_sphinx.py
r1118 import os
def oscmd(c):
ldufrechou
clean up...
r1138 os.system(c)
Ville M. Vainio
add do_sphinx.py
r1118 oscmd('sphinx-build -d build/doctrees source build/html')