buildframework/helium/builder/tools/sphinx/sphinx-build.py
author wbernard
Thu, 22 Jul 2010 17:09:34 +0300
branchhelium-9.0
changeset 619 f5b4d1b4622d
parent 587 85df38eb4012
permissions -rw-r--r--
Added tag helium-9.0.5 for changeset df88fead2976

#!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')()
)