##// END OF EJS Templates
Fix long-standing and elusive terminal bug, where sometimes after issuing foo?, the terminal would get badly corrupted
Fix long-standing and elusive terminal bug, where sometimes after issuing foo?, the terminal would get badly corrupted

File last commit:

r1138:3b2a317e
r1157:1738a723
Show More
do_sphinx.py
3 lines | 102 B | text/x-python | PythonLexer
import os
def oscmd(c):
os.system(c)
oscmd('sphinx-build -d build/doctrees source build/html')