##// END OF EJS Templates
add do_sphinx.py
Ville M. Vainio -
Show More
@@ -0,0 +1,4 b''
1 import os
2 def oscmd(c):
3 os.system(c)
4 oscmd('sphinx-build -d build/doctrees source build/html') No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now