|
From: Beni C. <cb...@us...> - 2004-09-15 13:35:42
|
Some time ago, pep2html.py was deleted from the docutils CVS. Apparently, it was decided that since it's barely a proper docutils frontend and mostly a parser for the old PEP format and a repository of PEP maintainance it belongs in the Python CVS. OK with me. Now the problem is that the copy of docutils that comes with pep2html.py in the Python CVS (under `nondist/peps/`__) is a very old version, which lack some essential features like understanding the new config sections, so my /etc/docutils.conf and ~/.docutils don't work with it. I fixed it by replacing the nondist/peps/docutils directory by a symlink to the up-to-date docutils on my machine. The proper fix is probably updating the docutils in Python CVS. __ http://cvs.sf.net/viewcvs.py/python/python/nondist/peps/ -- Beni Cherniavsky <cb...@us...> Note: I can only read email on week-ends... |