[Python-checkins] r67889 - in python/trunk/Doc: README.txt tools/sphinx-web.py

benjamin.peterson python-checkins at python.org
Sun Dec 21 02:04:33 CET 2008


Author: benjamin.peterson
Date: Sun Dec 21 02:04:32 2008
New Revision: 67889

Log:
sphinx.web is long gone

Removed:
   python/trunk/Doc/tools/sphinx-web.py
Modified:
   python/trunk/Doc/README.txt

Modified: python/trunk/Doc/README.txt
==============================================================================
--- python/trunk/Doc/README.txt	(original)
+++ python/trunk/Doc/README.txt	Sun Dec 21 02:04:32 2008
@@ -94,8 +94,8 @@
 
    python tools/sphinx-build.py -b<builder> . build/<outputdirectory>
 
-where `<builder>` is one of html, web or htmlhelp (for explanations see the make
-targets above).
+where `<builder>` is one of html, text, latex, or htmlhelp (for explanations see
+the make targets above).
 
 
 Contributing

Deleted: python/trunk/Doc/tools/sphinx-web.py
==============================================================================
--- python/trunk/Doc/tools/sphinx-web.py	Sun Dec 21 02:04:32 2008
+++ (empty file)
@@ -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))


More information about the Python-checkins mailing list