summaryrefslogtreecommitdiff
path: root/cython/doc/python3-sphinx-build.py
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2019-09-25 14:29:41 +0200
committerGard Spreemann <gspr@nonempty.org>2019-09-25 14:29:41 +0200
commit599d68cd916f533bdb66dd9e684dd5703233b6bb (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /cython/doc/python3-sphinx-build.py
parenta2e642954ae39025e041471d486ecbac25dff440 (diff)
Delete all files in order to incorporate upstream's move to git.
Diffstat (limited to 'cython/doc/python3-sphinx-build.py')
-rwxr-xr-xcython/doc/python3-sphinx-build.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/cython/doc/python3-sphinx-build.py b/cython/doc/python3-sphinx-build.py
deleted file mode 100755
index 84d158cf..00000000
--- a/cython/doc/python3-sphinx-build.py
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env python3
-
-"""
-Emulate sphinx-build for python3
-"""
-
-from sys import exit, argv
-from sphinx import main
-
-if __name__ == '__main__':
- exit(main(argv))