##// END OF EJS Templates
running sphinx (do_sphinx.py) works
running sphinx (do_sphinx.py) works

File last commit:

r1118:8342f7cd
r1120:60823874 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')