[Python-checkins] r61421 - doctools/trunk/sphinx-web.py

georg.brandl python-checkins at python.org
Sun Mar 16 12:44:35 CET 2008


Author: georg.brandl
Date: Sun Mar 16 12:44:35 2008
New Revision: 61421

Modified:
   doctools/trunk/sphinx-web.py
Log:
sphinx.web is currently broken.


Modified: doctools/trunk/sphinx-web.py
==============================================================================
--- doctools/trunk/sphinx-web.py	(original)
+++ doctools/trunk/sphinx-web.py	Sun Mar 16 12:44:35 2008
@@ -10,5 +10,8 @@
 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))


More information about the Python-checkins mailing list