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