Author: mattip
Branch: 
Changeset: r59846:7d092712837a
Date: 2013-01-07 17:20 +0200
http://bitbucket.org/pypy/pypy/changeset/7d092712837a/

Log:    back out changeset 5d07b9c30222: did not change readthedocs build
        failure

diff --git a/pypy/doc/config/generate.py b/pypy/doc/config/generate.py
--- a/pypy/doc/config/generate.py
+++ b/pypy/doc/config/generate.py
@@ -50,13 +50,6 @@
 
 thisdir = py.path.local(__file__).dirpath()
 
-#XXX hack - remove all old versions, try to be careful
-for f in thisdir.listdir('objspace*.rst'):
-    f.remove()
-for f in thisdir.listdir('translation*.rst'):
-    f.remove()
-
-
 for descr in all_optiondescrs:
     prefix = descr._name
     c = config.Config(descr)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to