##// END OF EJS Templates
fix crlf on ipy_winpdb
fix crlf on ipy_winpdb

File last commit:

r1118:8342f7cd
r1137:be020659 merge
Show More
do_sphinx.py
3 lines | 95 B | text/x-python | PythonLexer
import os
def oscmd(c):
os.system(c)
oscmd('sphinx-build -d build/doctrees source build/html')