buildframework/helium/builder/tools/sphinx/sphinx-build.py
author y4jin
Thu, 18 Nov 2010 13:41:24 +0800
changeset 703 a23be6984256
parent 587 85df38eb4012
permissions -rw-r--r--
Fix the illegal word scanned by sfchecksource tools

#!python.exe
# EASY-INSTALL-ENTRY-SCRIPT: 'Sphinx==0.5.1','console_scripts','sphinx-build'
__requires__ = 'Sphinx==0.5.1'
import sys
from pkg_resources import load_entry_point

sys.exit(
   load_entry_point('Sphinx==0.5.1', 'console_scripts', 'sphinx-build')()
)