File: build.py

package info (click to toggle)
mpmath 0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,300 kB
  • ctags: 2,848
  • sloc: python: 44,051; makefile: 44; sh: 4
file content (6 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#!/usr/bin/env python

import os
if not os.path.exists("build"):
    os.mkdir("build")
os.system("sphinx-build -E source build")