summaryrefslogtreecommitdiff
path: root/sphinx-web.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-06-23 12:37:53 +0000
committerGeorg Brandl <georg@python.org>2008-06-23 12:37:53 +0000
commita8bc1187dda7bf8f4db0fedc883ddeadb9f420e9 (patch)
tree9b266e53e073b0fb75804b2ef3e77ebba082738f /sphinx-web.py
parentc71f080de876729ac7a35317a4f0a2a962ec13f4 (diff)
downloadsphinx-git-0.4.tar.gz
Remove sphinx-web script.v0.40.4
Diffstat (limited to 'sphinx-web.py')
-rw-r--r--sphinx-web.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/sphinx-web.py b/sphinx-web.py
deleted file mode 100644
index c21e83304..000000000
--- a/sphinx-web.py
+++ /dev/null
@@ -1,17 +0,0 @@
-# -*- coding: utf-8 -*-
-"""
- Sphinx - Python documentation webserver
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- :copyright: 2007-2008 by Armin Ronacher, Georg Brandl.
- :license: BSD.
-"""
-
-import sys
-
-if __name__ == '__main__':
- print 'sphinx.web currently doesn\'t work -- it will undergo a ' \
- 'serious rewrite soon.'
- sys.exit()
- from sphinx.web import main
- sys.exit(main(sys.argv))