]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
sphinx.web is long gone
authorBenjamin Peterson <benjamin@python.org>
Sun, 21 Dec 2008 01:04:32 +0000 (01:04 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 21 Dec 2008 01:04:32 +0000 (01:04 +0000)
Doc/README.txt
Doc/tools/sphinx-web.py [deleted file]

index a1ebed718a848d36df89d4bcbc4fdc82848b7c38..3dce091c7ee02901a48d9314323505caf08de3df 100644 (file)
@@ -94,8 +94,8 @@ Then, make an output directory, e.g. under `build/`, and run ::
 
    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
diff --git a/Doc/tools/sphinx-web.py b/Doc/tools/sphinx-web.py
deleted file mode 100644 (file)
index 5f7b50b..0000000
+++ /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))