Skip to content

Instantly share code, notes, and snippets.

@rhaleblian
Created September 20, 2018 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhaleblian/f3c3f0077ec8ef7b70b986c662d8089d to your computer and use it in GitHub Desktop.
Save rhaleblian/f3c3f0077ec8ef7b70b986c662d8089d to your computer and use it in GitHub Desktop.
#!/usr/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'Sphinx==1.1.3','console_scripts','sphinx-build'
__requires__ = 'Sphinx==1.1.3'
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.exit(
load_entry_point('Sphinx==1.1.3', 'console_scripts', 'sphinx-build')()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment