Author: mattip <[email protected]>
Branch: 
Changeset: r59791:b36997015a40
Date: 2013-01-05 23:54 +0200
http://bitbucket.org/pypy/pypy/changeset/b36997015a40/

Log:    rebuilding website on readthedocs was broken, maybe this will fix
        it?

diff --git a/pypy/config/makerestdoc.py b/pypy/config/makerestdoc.py
--- a/pypy/config/makerestdoc.py
+++ b/pypy/config/makerestdoc.py
@@ -198,7 +198,7 @@
         from docutils import nodes
         from pypy.config.pypyoption import get_pypy_config
         from pypy.config.makerestdoc import get_cmdline
-        txt = docdir.join("config", text + ".rst")
+        txt = docdir.join("config", text + ".txt")
         html = docdir.join("config", text + ".html")
         assert txt.check()
         assert name == "config"
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to