diff options
Diffstat (limited to 'sphinx-quickstart.py')
-rwxr-xr-x | sphinx-quickstart.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sphinx-quickstart.py b/sphinx-quickstart.py deleted file mode 100755 index 81d6b6696..000000000 --- a/sphinx-quickstart.py +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- -""" - Sphinx - Python documentation toolchain - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" - -import sys - -if __name__ == '__main__': - from sphinx.quickstart import main - sys.exit(main(sys.argv)) |