Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
mpmath / doc / build.py
Size: Mime:
#!/usr/bin/env python

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