sphinx.web is long gone

This commit is contained in:
Benjamin Peterson 2008-12-21 01:04:32 +00:00
parent a2813c9882
commit 5c29dd4dbc
2 changed files with 2 additions and 16 deletions

View 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

View 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))