Eric Hodel wrote: > On Mar 18, 2009, at 15:31, James Britt wrote: > >> I'm running ruby 1.8.6 (2009-03-10 patchlevel 362) [i686-linux] and >> trying to rdoc the current 1.9 source. > > Is there a reason you aren't using the rdoc that ships with 1.9 (2.2.2) > or the latest RDoc (2.4.1)? I'm running Ruby 1.8.6 on ruby-doc.org, but want to serve up the rdoc for the 1.9 source. I also have templates that are not designed for RDoc (2.4.1) (they do not use erb). At some point I'll convert them, but I'd rather that be a little later than sooner. James