diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-12-21 01:04:32 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-12-21 01:04:32 +0000 |
commit | 5c29dd4dbcdd7778fd327f6ede14bfa54bca0708 (patch) | |
tree | 5f42ab46972565e14fb5840e7a03e51b79780a05 /Doc/tools | |
parent | a2813c98822acd3b2a9091b36cd0ddb6086a2032 (diff) | |
download | cpython-git-5c29dd4dbcdd7778fd327f6ede14bfa54bca0708.tar.gz |
sphinx.web is long gone
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/sphinx-web.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Doc/tools/sphinx-web.py b/Doc/tools/sphinx-web.py deleted file mode 100644 index 5f7b50b6fd..0000000000 --- a/Doc/tools/sphinx-web.py +++ /dev/null @@ -1,14 +0,0 @@ -# -*- coding: utf-8 -*- -""" - Sphinx - Python documentation webserver - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - :copyright: 2007 by Georg Brandl. - :license: Python license. -""" - -import sys - -if __name__ == '__main__': - from sphinx.web import main - sys.exit(main(sys.argv)) |