[pypy-commit] pypy default: rebuilding website on readthedocs was broken, maybe this will fix it?

mattip noreply at buildbot.pypy.org
Sat Jan 5 22:54:57 CET 2013


Author: mattip <matti.picus at gmail.com>
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"


More information about the pypy-commit mailing list