##// END OF EJS Templates
%magic: -rest argument generates restructuredtext output and returns it. indent mglob docstring
%magic: -rest argument generates restructuredtext output and returns it. indent mglob docstring

File last commit:

r1138:3b2a317e
r1143:65cdbdff
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')